次の方法で共有


NetTcpRelayBindingElement.ConnectionMode プロパティ

定義

注意事項

この API は非推奨になりました。

この構成のApp.config ファイルに格納されている接続モードを取得または設定します。

[System.Configuration.ConfigurationProperty("connectionMode")]
[System.Obsolete]
public Microsoft.ServiceBus.TcpRelayConnectionMode ConnectionMode { get; set; }
[<System.Configuration.ConfigurationProperty("connectionMode")>]
[<System.Obsolete>]
member this.ConnectionMode : Microsoft.ServiceBus.TcpRelayConnectionMode with get, set
Public Property ConnectionMode As TcpRelayConnectionMode

プロパティ値

接続モードを含む を TcpRelayConnectionMode 返します。既定値は Relayed です。

属性

適用対象