This documentation is archived and is not being maintained.
HttpWorkerRequest.GetLocalPort Method
.NET Framework 1.1
Provides access to the specified member of the request header.
[Visual Basic] Public MustOverride Function GetLocalPort() As Integer [C#] public abstract int GetLocalPort(); [C++] public: virtual int GetLocalPort() = 0; [JScript] public abstract function GetLocalPort() : int;
Return Value
The server port number 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: