RelayedOnewayTransportElement.ConnectionPoolSettings Property

Definition

Gets or sets an XML value that describes the connection pool settings for the current instance.

[System.Configuration.ConfigurationProperty("connectionPoolSettings")]
public Microsoft.ServiceBus.Configuration.SocketConnectionPoolSettingsElement ConnectionPoolSettings { get; set; }
[<System.Configuration.ConfigurationProperty("connectionPoolSettings")>]
member this.ConnectionPoolSettings : Microsoft.ServiceBus.Configuration.SocketConnectionPoolSettingsElement with get, set
Public Property ConnectionPoolSettings As SocketConnectionPoolSettingsElement

Property Value

Returns a SocketConnectionPoolSettingsElement that contains the connection pool settings used by the binding element that the current instance is applied to.

Attributes

Applies to