C# Class RabbitMQ.ServiceModel.RabbitMQTransportElement

Inheritance: System.ServiceModel.Configuration.TransportElement
Mostrar archivo Open project: Chatham/rabbitmq-dotnet-client Class Usage Examples

Private Properties

Property Type Description
GetProtocol IProtocol

Public Methods

Method Description
ApplyConfiguration ( BindingElement bindingElement ) : void
CopyFrom ( System.ServiceModel.Configuration.ServiceModelExtensionElement from ) : void

Protected Methods

Method Description
CreateBindingElement ( ) : BindingElement
CreateDefaultBindingElement ( ) : System.ServiceModel.Channels.TransportBindingElement
InitializeFrom ( System bindingElement ) : void

Private Methods

Method Description
GetProtocol ( ) : IProtocol

Method Details

ApplyConfiguration() public method

public ApplyConfiguration ( BindingElement bindingElement ) : void
bindingElement BindingElement
return void

CopyFrom() public method

public CopyFrom ( System.ServiceModel.Configuration.ServiceModelExtensionElement from ) : void
from System.ServiceModel.Configuration.ServiceModelExtensionElement
return void

CreateBindingElement() protected method

protected CreateBindingElement ( ) : BindingElement
return BindingElement

CreateDefaultBindingElement() protected method

protected CreateDefaultBindingElement ( ) : System.ServiceModel.Channels.TransportBindingElement
return System.ServiceModel.Channels.TransportBindingElement

InitializeFrom() protected method

protected InitializeFrom ( System bindingElement ) : void
bindingElement System
return void