System.ServiceModel.Channels.TransportBindingElement public abstract class TransportBindingElement : BindingElement Documentation Code public virtual bool ManualAddressing { get; set; } public virtual long MaxBufferPoolSize { get; set; } public virtual long MaxReceivedMessageSize { get; set; } public abstract string Scheme { get; } protected TransportBindingElement() protected TransportBindingElement(TransportBindingElement elementToBeCloned)