Gets or sets the System.Net.TransportType that is specified by this System.Net.SocketPermissionAttribute.
A string containing the transport type associated with the current instance. Valid values are "All", "Connectionless", "ConnectionOriented", "Tcp", and "Udp".
Type Reason ArgumentException SocketPermissionAttribute.Transport is being set and is not null.
Possible string values of this property are TransportType.All, TransportType.Connectionless, TransportType.ConnectionOriented, TransportType.Tcp, and TransportType.Udp.