This documentation is archived and is not being maintained.
HttpWorkerRequest.GetRemoteName Method
.NET Framework 1.1
When overridden in a derived class, returns the name of the client computer.
[Visual Basic] Public Overridable Function GetRemoteName() As String [C#] public virtual string GetRemoteName(); [C++] public: virtual String* GetRemoteName(); [JScript] public function GetRemoteName() : String;
Return Value
The name of the client computer.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: