RelayedOnewayTransportElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a configuration element that, when included in a custom binding, specifies a channel to transfer one-way messages through the Azure Service Bus. This class cannot be inherited.
public sealed class RelayedOnewayTransportElement : Microsoft.ServiceBus.Configuration.ConnectionOrientedTransportElement
type RelayedOnewayTransportElement = class
inherit ConnectionOrientedTransportElement
Public NotInheritable Class RelayedOnewayTransportElement
Inherits ConnectionOrientedTransportElement
- Inheritance
Constructors
RelayedOnewayTransportElement() |
Initializes a new instance of the RelayedOnewayTransportElement class. |
Properties
BindingElementType |
Gets the type of the current instance. |
ChannelInitializationTimeout |
Gets or sets the maximum time the channel can be in the initialization status before being disconnected. (Inherited from ConnectionOrientedTransportElement) |
ConnectionBufferSize |
Gets or sets the size of the buffer used to transmit a part of the serialized message on the wire from the client or service. (Inherited from ConnectionOrientedTransportElement) |
ConnectionMode |
Gets or sets an XML value that describes the one-way connection mode. |
ConnectionPoolSettings |
Gets or sets an XML value that describes the connection pool settings for the current instance. |
HostNameComparisonMode |
Gets or sets a value that indicates whether the hostname is used to reach the service when matching on the URI. (Inherited from ConnectionOrientedTransportElement) |
ListenBacklog |
Gets or sets the maximum number of queued connection requests that can be pending. |
MaxBufferSize |
Gets or sets the maximum size of the buffer to use. (Inherited from ConnectionOrientedTransportElement) |
MaxOutputDelay |
Gets or sets the maximum interval of time that a part of a message or a full message can remain buffered in memory before being sent out. (Inherited from ConnectionOrientedTransportElement) |
MaxPendingAccepts |
Gets or sets the maximum number of pending asynchronous accept threads that are available for processing incoming connections on the service. (Inherited from ConnectionOrientedTransportElement) |
MaxPendingConnections |
Gets or sets the maximum number of pending connections. (Inherited from ConnectionOrientedTransportElement) |
Properties |
Gets a ConfigurationPropertyCollection instance that contains a collection of ConfigurationProperty objects that can be attributes or ConfigurationElement objects of this configuration element. (Inherited from ConnectionOrientedTransportElement) |
RelayClientAuthenticationType |
Gets or sets an XML value that describes the authentication type specified in this configuration element. |
TransferMode |
Gets or sets a value that specifies whether the messages are buffered or streamed with the connection-oriented transport. (Inherited from ConnectionOrientedTransportElement) |
Methods
ApplyConfiguration(BindingElement) |
Applies the settings from this configuration element to the specified binding element. |
CopyFrom(ServiceModelExtensionElement) |
Copies the settings from the specified configuration element to the current instance. |