WSHttpBinding.GetTransport Method

Definition

Returns the transport binding element from the current binding.

protected:
 override System::ServiceModel::Channels::TransportBindingElement ^ GetTransport();
protected override System.ServiceModel.Channels.TransportBindingElement GetTransport ();
override this.GetTransport : unit -> System.ServiceModel.Channels.TransportBindingElement
Protected Overrides Function GetTransport () As TransportBindingElement

Returns

The TransportBindingElement from the current binding.

Applies to