ViewStateException.RemotePort 属性
定义
获取导致视图状态异常的 HTTP 请求的端口号。Gets the port number of the HTTP request that resulted in a view-state exception.
public:
property System::String ^ RemotePort { System::String ^ get(); };
public string RemotePort { get; }
member this.RemotePort : string
Public ReadOnly Property RemotePort As String
属性值
一个 String,其中包含远程端口号。A String containing the remote port number.
注解
此属性返回的值与属性中的变量的值相同 REMOTE_PORT ServerVariables 。This property returns the same value as the REMOTE_PORT variable in the ServerVariables property.