RemoteServiceConnectionInfo.MultiplexingChannelId 属性

定义

获取或设置通过远程服务代理的多路复用流创建的通道的 ID,其中激活的服务正在侦听。

public:
 property Nullable<System::UInt64> MultiplexingChannelId { Nullable<System::UInt64> get(); void set(Nullable<System::UInt64> value); };
public ulong? MultiplexingChannelId { get; set; }
public ulong? MultiplexingChannelId { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.MultiplexingChannelId : Nullable<uint64> with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.MultiplexingChannelId : Nullable<uint64> with get, set
Public Property MultiplexingChannelId As Nullable(Of ULong)

属性值

属性

适用于