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 | |
---|---|---|
AllowRedirectedResponses | Gets a value that indicates whether responses can be redirected to a FaultTo or ReplyTo header. | |
ElementInformation | (Inherited from ConfigurationElement ) | |
ExecutionTimeout | Gets the maximum amount of time that it takes to process a SOAP message using the TCP protocol. | |
LockAllAttributesExcept | (Inherited from ConfigurationElement ) | |
LockAllElementsExcept | (Inherited from ConfigurationElement ) | |
LockAttributes | (Inherited from ConfigurationElement ) | |
LockElements | (Inherited from ConfigurationElement ) | |
LockItem | (Inherited from ConfigurationElement ) | |
MaxMessageLengthInBytes | Gets the maximum size for incoming SOAP messages. | |
MtomMaxMimeParts | Gets the maximum number of MTOM MIME parts. | |
MtomReceiveMode | Gets the MtomReceiveMode that specifies whether the Web service supports the MTOM specification. | |
MtomRequireSoapEnvelopeFirst | Gets a value that indicates whether MTOM requires the SOAP envelope first. | |
MtomSendMode | Gets the MtomSendMode that specifies whether a Web services client can send SOAP messages that are MTOM encoded. |
Top
Protected Properties
Name | Description | |
---|---|---|
ElementProperty | (Inherited from ConfigurationElement ) | |
EvaluationContext | (Inherited from ConfigurationElement ) | |
Item | Overloaded. (Inherited from ConfigurationElement ) | |
Properties | Overridden. Gets a collection that contains the properties for this collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddTransport | Adds the SOAP transport to the collection that corresponds to the specified scheme. | |
Equals | Overloaded. (Inherited from ConfigurationElement ) | |
GetHashCode | (Inherited from ConfigurationElement ) | |
GetTransport | Gets the SOAP transport from the collection that corresponds to the specified scheme. | |
GetType | (Inherited from Object ) | |
IsReadOnly | (Inherited from ConfigurationElement ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
DeserializeElement | (Inherited from ConfigurationElement ) | |
Finalize | (Inherited from Object ) | |
Init | (Inherited from ConfigurationElement ) | |
InitializeDefault | (Inherited from ConfigurationElement ) | |
IsModified | (Inherited from ConfigurationElement ) | |
ListErrors | (Inherited from ConfigurationElement ) | |
MemberwiseClone | (Inherited from Object ) | |
OnDeserializeUnrecognizedAttribute | (Inherited from ConfigurationElement ) | |
OnDeserializeUnrecognizedElement | (Inherited from ConfigurationElement ) | |
OnRequiredPropertyNotFound | (Inherited from ConfigurationElement ) | |
PostDeserialize | (Inherited from ConfigurationElement ) | |
PreSerialize | (Inherited from ConfigurationElement ) | |
Reset | (Inherited from ConfigurationElement ) | |
ResetModified | (Inherited from ConfigurationElement ) | |
SerializeElement | (Inherited from ConfigurationElement ) | |
SerializeToXmlElement | (Inherited from ConfigurationElement ) | |
SetPropertyValue | (Inherited from ConfigurationElement ) | |
SetReadOnly | (Inherited from ConfigurationElement ) | |
Unmerge | (Inherited from ConfigurationElement ) |
Top
See Also
Reference
MessagingConfiguration Class
Microsoft.Web.Services3.Messaging.Configuration Namespace