HttpTransportBindingElement Properties
Collapse the table of content
Expand the table of content

HttpTransportBindingElement Properties

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

The HttpTransportBindingElement type exposes the following members.

  NameDescription
Public property ManualAddressing Gets or sets a value that indicates whether manual addressing of the message is required. (Inherited from TransportBindingElement.)
Public property MaxBufferSize Gets or sets the maximum size of the buffer to use. For buffered messages this value is the same as MaxReceivedMessageSize. For streamed messages, this value is the maximum size of the SOAP headers, which must be read in buffered mode.
Public property MaxReceivedMessageSize Gets and sets the maximum allowable message size that can be received. (Inherited from TransportBindingElement.)
Public property Scheme Gets the URI scheme for the transport. (Overrides TransportBindingElement.Scheme.)
Top

Show:
© 2017 Microsoft