ClientRuntimeContext Properties
SharePoint 2010
The ClientRuntimeContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |
|
Credentials | Gets or sets the authentication information for the client context. |
|
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. |
|
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. |
|
StaticObjects | This member is reserved for internal use and is not intended to be used directly from your code. |
|
Tag | Gets or sets the object that stores custom data about the client context. |
|
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. |