SimulatedHttpRequestGetServerName Method |
Gets the name of the server.
Namespace:
Enkoni.Framework.Testing
Assembly:
Enkoni.Framework.Testing (in Enkoni.Framework.Testing.dll) Version: 1.3.0.1
Syntaxpublic override string GetServerName()
Public Overrides Function GetServerName As String
public:
virtual String^ GetServerName() override
abstract GetServerName : unit -> string
override GetServerName : unit -> string
Return Value
Type:
StringThe name of the server.
See Also