ViewStateException.RemotePort 属性

定义

获取导致视图状态异常的 HTTP 请求的端口号。

public:
 property System::String ^ RemotePort { System::String ^ get(); };
public string RemotePort { get; }
member this.RemotePort : string
Public ReadOnly Property RemotePort As String

属性值

一个 String,其中包含远程端口号。

注解

此属性返回与 属性中的REMOTE_PORTServerVariables变量相同的值。

适用于