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
)
參數
context
類型:Microsoft.SharePoint.Client.ClientRuntimeContext執行階段內容。
requestInfo
類型:Microsoft.SharePoint.Client.WebRequestInfo包含 URL、 頁首和輸出邀請內文WebRequestInfo物件。
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<WebResponseInfo>
WebResponseInfo包含的物件的狀態碼、 頁首和本文輸出要求的回應。