Microsoft.Web.Services3.Messaging.Configuration Namespace

The set of classes that handle the configuration file settings associated with sending and receiving SOAP messages.

ClassDescription
AllowRedirectedResponseConfigElementRepresents the <allowRedirectedResponses> element that specifies whether responses can be redirected to a FaultTo or ReplyTo header.
DefaultPortConfigElementRepresents the <defaultPort> Element that specifies a value indicating the default port for a connection.
ExecutionTimeoutConfigElementRepresents the <executionTimeoutInSeconds> Element that specifies the maximum amount of time that it takes to process a SOAP message using the TCP protocol.
IdleTimeoutConfigElementRepresents the <idleTimeoutInMilliSeconds> Element that specifies the time before an idle connection will be closed when receiving SOAP messages using the TCP protocol.
MaxMessageLengthConfigElementRepresents the <maxMessageLength> Element that specifies the maximum size for incoming SOAP messages.
MessagingConfigurationUsed to store configuration information related to SOAP transport schemes.
MessagingConfiguration.SchemesRepresents the transport schemes that are supported by WSE.
MessagingTransportConfigurationRepresents the <transports> Element that controls the SOAP transport settings for the Microsoft Web Services Enhancements.
MessagingTransportsCollectionRepresents a collection of MessagingTransportConfiguration objects
MtomConfigElementSpecifies whether a SOAP messages are encoded using the SOAP Message Transmission Optimization Mechanism (MTOM).
TimeoutConfigElementRepresents the <timeout> configuration element.
TransportConnectionLimitRepresents the <connectionLimit> Element that specifies the maximum number of connections made to and from an application that sends and/or receives SOAP messages using the TCP protocol.
TransportHostsRepresents the <host> element that specifies which clients are allowed or denied access to a Web service.

EnumerationDescription
MtomReceiveModeSpecifies whether the Web service supports the MTOM specification.
MtomSendModeSpecifies the default for whether Web services clients send SOAP messages that are MTOM encoded.
Show: