This documentation is archived and is not being maintained.
HttpWorkerRequest.GetLocalAddress Method
.NET Framework 1.1
Provides access to the specified member of the request header.
[Visual Basic] Public MustOverride Function GetLocalAddress() As String [C#] public abstract string GetLocalAddress(); [C++] public: virtual String* GetLocalAddress() = 0; [JScript] public abstract function GetLocalAddress() : String;
Return Value
The server IP address returned in the request header.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: