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
Public method SPWcfServiceSettings Creates an instance of the SPWcfServiceSettings class.

Top

Properties

  Name Description
Public property CloseTimeout Gets or sets the close timeout value.
Public property MaxBufferSize Gets or sets the maximum size of the buffer.
Public property MaxReceivedMessageSize Gets or sets the maximum size for messages of the WCF service.
Public property MessageEncoding Gets or sets the message encoding that is used by the WCF service.
Public property OpenTimeout Gets or sets the open timeout value.
Public property ReaderQuotasMaxArrayLength Gets or sets the maximum array length for XML dictionary readers (XmlDictionaryReader).
Public property ReaderQuotasMaxBytesPerRead Gets or sets the maximum bytes per read for XML dictionary readers (XmlDictionaryReader).
Public property ReaderQuotasMaxDepth Gets or sets the maximum nested node depth for XML dictionary readers (XmlDictionaryReader).
Public property ReaderQuotasMaxNameTableCharCount Gets or sets the maximum number of characters allowed in a table name for XML dictionary readers (XmlDictionaryReader).
Public property ReaderQuotasMaxStringContentLength Gets or sets the maximum string length for XML dictionary readers (XmlDictionaryReaderQuotas).
Public property ReceiveTimeout Gets or sets the receive timeout that is applied to the WCF service.
Public property TransferMode Gets or sets the transfer mode that is used by the WCF service.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See also

Reference

SPWcfServiceSettings class

Microsoft.SharePoint.Administration namespace