WebRequestExecutor.WebRequest 属性

Gets the current HTTP request that will be sent to the server.

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

语法

声明
Public Overridable ReadOnly Property WebRequest As HttpWebRequest
    Get
用法
Dim instance As WebRequestExecutor
Dim value As HttpWebRequest

value = instance.WebRequest
public virtual HttpWebRequest WebRequest { get; }

属性值

类型:System.Net.HttpWebRequest
The current HTTP request.

备注

This property returns the underlying HttpWebRequest if the derived class uses it to issue the request; otherwise, this property is null.

另请参阅

引用

WebRequestExecutor 类

WebRequestExecutor 成员

Microsoft.SharePoint.Client 命名空间