SPWcfServiceSettings members
Provides settings that control the behavior of the Windows Communication Foundation (WCF) service.
The SPWcfServiceSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWcfServiceSettings | Creates an instance of the SPWcfServiceSettings class. |
Top
Properties
Name | Description | |
---|---|---|
CloseTimeout | Gets or sets the close timeout value. | |
MaxBufferSize | Gets or sets the maximum size of the buffer. | |
MaxReceivedMessageSize | Gets or sets the maximum size for messages of the WCF service. | |
MessageEncoding | Gets or sets the message encoding that is used by the WCF service. | |
OpenTimeout | Gets or sets the open timeout value. | |
ReaderQuotasMaxArrayLength | Gets or sets the maximum array length for XML dictionary readers (XmlDictionaryReader). | |
ReaderQuotasMaxBytesPerRead | Gets or sets the maximum bytes per read for XML dictionary readers (XmlDictionaryReader). | |
ReaderQuotasMaxDepth | Gets or sets the maximum nested node depth for XML dictionary readers (XmlDictionaryReader). | |
ReaderQuotasMaxNameTableCharCount | Gets or sets the maximum number of characters allowed in a table name for XML dictionary readers (XmlDictionaryReader). | |
ReaderQuotasMaxStringContentLength | Gets or sets the maximum string length for XML dictionary readers (XmlDictionaryReaderQuotas). | |
ReceiveTimeout | Gets or sets the receive timeout that is applied to the WCF service. | |
TransferMode | Gets or sets the transfer mode that is used by the WCF service. | |
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