This documentation is archived and is not being maintained.
HttpWorkerRequest.GetRemotePort Method
.NET Framework 1.1
Provides access to the specified member of the request header.
[Visual Basic] Public MustOverride Function GetRemotePort() As Integer [C#] public abstract int GetRemotePort(); [C++] public: virtual int GetRemotePort() = 0; [JScript] public abstract function GetRemotePort() : int;
Return Value
The client's HTTP port number.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: