次の方法で共有


ClientRuntimeContext メンバー

保護されたメンバーを含む
宣言されたメンバーを含む

Represents the runtime context for accessing data from remote objects, and invoking methods on remote objects.

ClientRuntimeContext 型は次のメンバーを公開します。

コンストラクター

  名前 説明
保護されたメソッド ClientRuntimeContext Initializes a new instance of the ClientRuntimeContext class with the specified absolute URL.

Top

プロパティ

  名前 説明
パブリック プロパティ ApplicationName Gets or sets the name of the runtime where the current client application is located.
パブリック プロパティ AuthenticationMode Gets or sets the authentication mode for the client context.
パブリック プロパティ ClientTag Gets or sets the client tag that is sent to server in the HTTP header.
パブリック プロパティ Credentials Gets or sets the authentication information for the client context.
パブリック プロパティ DisableReturnValueCache
パブリック プロパティ FormsAuthenticationLoginInfo Gets or sets the login information for the forms authentication mode of the client context.
パブリック プロパティ HasPendingRequest Gets the flag that indicates whether the client context has the ClientRequest to be sent to the server.
パブリック プロパティ PendingRequest Gets the ClientRequest object that is sent to the server when the next ExecuteQuery is executed.
パブリック プロパティ RequestSchemaVersion Gets of sets the schema version of the request.
パブリック プロパティ RequestTimeout Gets or sets the requested time-out value in milliseconds.
パブリック プロパティ ServerLibraryVersion Gets the build version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server.
パブリック プロパティ ServerSchemaVersion Gets the schema version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server.
保護されたプロパティ ServiceRelativeUrl
パブリック プロパティ StaticObjects このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。
パブリック プロパティ Tag Gets or sets the object that stores custom data about the client context.
パブリック プロパティ TraceCorrelationId Gets or sets the trace correlation ID used by the server.
パブリック プロパティ Url Gets the URL associated with the runtime context.
パブリック プロパティ ValidateOnClient Gets or sets the flag that indicates whether the client library needs to validate the method parameters on the client side.
パブリック プロパティ WebRequestExecutorFactory Gets or sets the factory to create the WebRequestExecutor that is used to send the request to and get the response from the server.

Top

メソッド

  名前 説明
パブリック メソッド静的メンバー AddClientTypeAssembly Stores the client library type of the calling assembly.
パブリック メソッド AddQuery このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。
パブリック メソッド AddQueryIdAndResultObject このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。
パブリック メソッド CastTo<T> Casts a specified client object to its derived type.
パブリック メソッド Dispose() Disposes of the runtime context.
保護されたメソッド Dispose(Boolean) Disposes of the runtime context depending on the specified Boolean value.
パブリック メソッド ExecuteQuery Executes the current set of data retrieval queries and method invocations.
パブリック メソッド ExecuteQueryAsync(ClientRequestSucceededEventHandler, ClientRequestFailedEventHandler)
保護されたメソッド ExecuteQueryAsync(ClientRequest, ClientRequestSucceededEventHandler, ClientRequestFailedEventHandler)
パブリック メソッド Load<T>
パブリック メソッド LoadQuery<T>(IQueryable<T>) Retrieves an enumerable sequence of the child client objects from a collection that can be the query expression in LINQ syntax.
パブリック メソッド LoadQuery<T>(ClientObjectCollection<T>) Retrieves an enumerable sequence of the child client objects from a collection.
保護されたメソッド OnExecutingWebRequest Raises the ExecutingWebRequest event.
パブリック メソッド ParseObjectFromJsonString Parses the specified JavaScript Object Notation (JSON) string and gets an object from it.
保護されたメソッド SetPendingRequestToBeExecuted
パブリック メソッド静的メンバー SetupRequestCredential Associates the authentication information with the specified request.
パブリック メソッド静的メンバー SetupRequestCredentialForPhone
パブリック メソッド ToString (Object から継承されています。)

Top

イベント

  名前 説明
パブリック イベント ExecutingWebRequest An event that is raised when the web request is sent to the server.

Top

フィールド

  名前 説明
パブリック フィールド静的メンバー AuthorizationHeader
パブリック フィールド静的メンバー UserAgentHeader

Top

関連項目

参照先

ClientRuntimeContext クラス

Microsoft.SharePoint.Client 名前空間