System.Web Namespace HttpWorkerRequest Class
Provides access to the specified member of the request header.
[ VB ]
<ComVisible ( False ) >
MustOverride Public Function GetLocalPort ( ) As Integer
[ C# ]
[ ComVisible ( false ) ]
public abstract int GetLocalPort ( );
[ C++ ]
[ ComVisible ( false ) ]
public: virtual int GetLocalPort ( ) = 0;
[ JScript ]
public ComVisible ( false )
abstract function GetLocalPort ( ) : int;
The server port number returned in the request header.
HttpWorkerRequest Members HttpRuntime Class