Share via


MessagingConfiguration Members

Used to store configuration information related to SOAP transport schemes.

The following tables list the members exposed by the MessagingConfiguration type.

Public Constructors

  Name Description
MessagingConfiguration Initializes a new instance of the MessagingConfiguration class.

Top

Public Properties

(see also Protected Properties )

  Name Description
public property AllowRedirectedResponses Gets a value that indicates whether responses can be redirected to a FaultTo or ReplyTo header.
public property ElementInformation  (Inherited from ConfigurationElement )
public property ExecutionTimeout Gets the maximum amount of time that it takes to process a SOAP message using the TCP protocol.
public property LockAllAttributesExcept  (Inherited from ConfigurationElement )
public property LockAllElementsExcept  (Inherited from ConfigurationElement )
public property LockAttributes  (Inherited from ConfigurationElement )
public property LockElements  (Inherited from ConfigurationElement )
public property LockItem  (Inherited from ConfigurationElement )
public property MaxMessageLengthInBytes Gets the maximum size for incoming SOAP messages.
public property MtomMaxMimeParts Gets the maximum number of MTOM MIME parts.
public property MtomReceiveMode Gets the MtomReceiveMode that specifies whether the Web service supports the MTOM specification.
public property MtomRequireSoapEnvelopeFirst Gets a value that indicates whether MTOM requires the SOAP envelope first.
public property MtomSendMode Gets the MtomSendMode that specifies whether a Web services client can send SOAP messages that are MTOM encoded.

Top

Protected Properties

  Name Description
protected property ElementProperty  (Inherited from ConfigurationElement )
protected property EvaluationContext  (Inherited from ConfigurationElement )
protected property Item  Overloaded. (Inherited from ConfigurationElement )
protected property Properties Overridden. Gets a collection that contains the properties for this collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AddTransport Adds the SOAP transport to the collection that corresponds to the specified scheme.
public method Equals  Overloaded. (Inherited from ConfigurationElement )
public method GetHashCode  (Inherited from ConfigurationElement )
public method GetTransport Gets the SOAP transport from the collection that corresponds to the specified scheme.
public method GetType  (Inherited from Object )
public method IsReadOnly  (Inherited from ConfigurationElement )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method DeserializeElement  (Inherited from ConfigurationElement )
protected method Finalize  (Inherited from Object )
protected method Init  (Inherited from ConfigurationElement )
protected method InitializeDefault  (Inherited from ConfigurationElement )
protected method IsModified  (Inherited from ConfigurationElement )
protected method ListErrors  (Inherited from ConfigurationElement )
protected method MemberwiseClone  (Inherited from Object )
protected method OnDeserializeUnrecognizedAttribute  (Inherited from ConfigurationElement )
protected method OnDeserializeUnrecognizedElement  (Inherited from ConfigurationElement )
protected method OnRequiredPropertyNotFound  (Inherited from ConfigurationElement )
protected method PostDeserialize  (Inherited from ConfigurationElement )
protected method PreSerialize  (Inherited from ConfigurationElement )
protected method Reset  (Inherited from ConfigurationElement )
protected method ResetModified  (Inherited from ConfigurationElement )
protected method SerializeElement  (Inherited from ConfigurationElement )
protected method SerializeToXmlElement  (Inherited from ConfigurationElement )
protected method SetPropertyValue  (Inherited from ConfigurationElement )
protected method SetReadOnly  (Inherited from ConfigurationElement )
protected method Unmerge  (Inherited from ConfigurationElement )

Top

See Also

Reference

MessagingConfiguration Class
Microsoft.Web.Services3.Messaging.Configuration Namespace