HttpsTransportBindingElement Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The HttpsTransportBindingElement type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone ManualAddressing Gets or sets a value that indicates whether manual addressing of the message is required. (Inherited from TransportBindingElement.)
Public propertySupported by Silverlight for Windows Phone 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. (Inherited from HttpTransportBindingElement.)
Public propertySupported by Silverlight for Windows Phone MaxReceivedMessageSize Gets and sets the maximum allowable message size that can be received. (Inherited from TransportBindingElement.)
Public propertySupported by Silverlight for Windows Phone Scheme Returns the URI scheme for the transport. (Overrides HttpTransportBindingElement.Scheme.)
Public property TransferMode Gets or sets a value that indicates whether messages are sent buffered or streamed. (Inherited from HttpTransportBindingElement.)

Top