GrapeCity Secure Mail for .NET 4.0J
ExclusiveAddressUse プロパティ

trueに設定すると、同じアドレスへの複数のソケットバインディングが禁止されます。 ローカルエンドポイントを排他的に使用する場合は、この値をtrueに設定します。Socket.Bindが使用される前に、Socket.ExclusiveAddressUseがこの値に設定されます。
シンタックス
<DefaultValueAttribute()>
<DescriptionAttribute("When set to true, forbids multiple socket bindings to the same address.")>
Public Property ExclusiveAddressUse As Boolean
[DefaultValue()]
[Description("When set to true, forbids multiple socket bindings to the same address.")]
public bool ExclusiveAddressUse {get; set;}
解説
ローカルエンドポイントを排他的に使用する場合は、この値をtrueに設定します。Socket.Bindが使用される前に、Socket.ExclusiveAddressUseがこの値に設定されます。
参照

参照

SocketOption クラス
SocketOption メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.