SocketPermissionAttribute::Transport Property
.NET Framework (current version)
Gets or sets the TransportType that is specified by this SocketPermissionAttribute.
Assembly: System (in System.dll)
Property Value
Type: System::String^A string that contains the TransportType that is associated with this SocketPermissionAttribute.
| Exception | Condition |
|---|---|
| ArgumentException | Transport is not null when you attempt to set the value. To specify more than one transport type, use an additional attribute declaration statement. |
Possible string values of this property are All, Connectionless, ConnectionOriented, Tcp, and Udp.
.NET Framework
Available since 1.1
Available since 1.1
Show: