| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TransportChannelFeatures | |
| C# | |
|---|---|
[FlagsAttribute()] public enum TransportChannelFeatures : System.Enum | |
| Member | Description |
|---|---|
| BeginClose | The channel supports asynchronous Close. |
| BeginOpen | The channel supports asynchronous Open. |
| BeginReconnect | The channel supports asynchronous Reconnect. |
| BeginSendRequest | The channel supports asynchronous SendRequest. |
| None | The channel does not support any optional features. |
| Open | The channel supports Open. |
| Reconnect | The channel supports Reconnect. |
System.Object
System.ValueType
System.Enum
Opc.Ua.TransportChannelFeatures
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x