BasicHttpBinding Properties

BasicHttpBinding Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The BasicHttpBinding type exposes the following members.

  NameDescription
Public property CloseTimeout Gets or sets the interval of time provided for a connection to close before the transport raises an exception. (Inherited from Binding.)
Public property EnableHttpCookieContainer Gets or sets a value that indicates whether the BasicHttpBinding will include the HttpCookieContainerBindingElement.
Public property EnvelopeVersion Gets the version of SOAP that is used for messages that are processed by this binding.
Public property MaxBufferSize Gets or sets the maximum size for a buffer that receives messages from the channel.
Public property MaxReceivedMessageSize Gets or sets the maximum size for a message that can be received on a channel configured with this binding.
Public property MessageVersion Gets the message version used by clients and services configured with the binding. (Inherited from Binding.)
Public property Name Gets or sets the name of the binding. (Inherited from Binding.)
Public property Namespace Gets or sets the XML namespace of the binding. (Inherited from Binding.)
Public property OpenTimeout Gets or sets the interval of time provided for a connection to open before the transport raises an exception. (Inherited from Binding.)
Public property ReceiveTimeout Gets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped. (Inherited from Binding.)
Public property Scheme Gets the URI transport scheme for the channels and listeners that are configured with this binding. (Overrides Binding.Scheme.)
Public property Security Gets the type of security used with this binding.
Public property SendTimeout Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception. (Inherited from Binding.)
Public property TextEncoding Gets or sets the character encoding that is used for the message text.
Top

Show:
© 2017 Microsoft