SPClientRequestServiceSettings Members
Include Protected Members
Include Inherited Members
Represents settings that control behaviors of the Windows Communication Foundation (WCF) service, client.svc, which provides the client object model.
The SPClientRequestServiceSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClientRequestServiceSettings | Initializes a new instance of the [Microsoft.SharePoint.Administration.SPClientRequestServiceSettings] class. |
Top
Properties
Name | Description | |
---|---|---|
MaxReceivedMessageSize | Gets or sets the maximum received message size in bytes for the WCF service of the client object model (client.svc). | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top