共用方式為


WebProxy.Invoke 方法

處理輸出 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 Shared Function Invoke ( _
    context As ClientRuntimeContext, _
    requestInfo As WebRequestInfo _
) As ClientResult(Of WebResponseInfo)
'用途
Dim context As ClientRuntimeContext
Dim requestInfo As WebRequestInfo
Dim returnValue As ClientResult(Of WebResponseInfo)

returnValue = WebProxy.Invoke(context, _
    requestInfo)
public static ClientResult<WebResponseInfo> Invoke(
    ClientRuntimeContext context,
    WebRequestInfo requestInfo
)

參數

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<WebResponseInfo>
WebResponseInfo包含的物件的狀態碼、 頁首和本文輸出要求的回應。

請參閱

參照

WebProxy 類別

WebProxy 成員

Microsoft.SharePoint.Client 命名空間