ClientContext Properties
Include Protected Members
Include Inherited Members
The ClientContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ApplicationName | Gets or sets the name of the runtime where the current client application is located. (Inherited from ClientRuntimeContext.) |
![]() |
AuthenticationMode | Gets or sets the authentication mode for the client context. (Inherited from ClientRuntimeContext.) |
![]() |
Credentials | Gets or sets the authentication information for the client context. (Inherited from ClientRuntimeContext.) |
![]() ![]() |
Current | Gets the current client context of the client-side object model (CSOM) runtime. |
![]() |
FormsAuthenticationLoginInfo | Gets or sets the login information for the forms authentication mode of the client context. (Inherited from ClientRuntimeContext.) |
![]() |
HasPendingRequest | Gets the flag that indicates whether the client context has the ClientRequest to be sent to the server. (Inherited from ClientRuntimeContext.) |
![]() |
PendingRequest | Gets the ClientRequest object that is sent to the server when the next ExecuteQuery() is executed. (Inherited from ClientRuntimeContext.) |
![]() |
RequestTimeout | Gets or sets the requested time-out value in milliseconds. (Inherited from ClientRuntimeContext.) |
![]() |
ServerLibraryVersion | Gets the build version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server. (Inherited from ClientRuntimeContext.) |
![]() |
ServerSchemaVersion | Gets the schema version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server. (Inherited from ClientRuntimeContext.) |
![]() |
ServerVersion | Gets the version of the current SharePoint Server. |
![]() |
Site | Gets the site collection that is associated with the client context. |
![]() |
StaticObjects | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientRuntimeContext.) |
![]() |
Tag | Gets or sets the object that stores custom data about the client context. (Inherited from ClientRuntimeContext.) |
![]() |
Url | Gets the URL associated with the runtime context. (Inherited from ClientRuntimeContext.) |
![]() |
ValidateOnClient | Gets or sets the flag that indicates whether the client library needs to validate the method parameters on the client side. (Inherited from ClientRuntimeContext.) |
![]() |
Web | Gets the Web site that is associated with the client context. |
![]() |
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. (Inherited from ClientRuntimeContext.) |
Top
.gif)
.gif)