WebResponseInfo.StatusCode 属性

获取或设置 HTTP 响应的状态代码。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Property StatusCode As Integer
    Get
    Set
用法
Dim instance As WebResponseInfo
Dim value As Integer

value = instance.StatusCode

instance.StatusCode = value
public int StatusCode { get; set; }

属性值

类型:System.Int32
HTTP 响应状态代码。

另请参阅

引用

WebResponseInfo 类

WebResponseInfo 成员

Microsoft.SharePoint.Client 命名空间