SocketPermissionAttribute.Transport Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the TransportType that is specified by this SocketPermissionAttribute.
public:
 property System::String ^ Transport { System::String ^ get(); void set(System::String ^ value); };public string Transport { get; set; }member this.Transport : string with get, setPublic Property Transport As StringProperty Value
A string that contains the TransportType that is associated with this SocketPermissionAttribute.
Exceptions
Transport is not null when you attempt to set the value. To specify more than one transport type, use an additional attribute declaration statement.
Remarks
Possible string values of this property are All, Connectionless, ConnectionOriented, Tcp, and Udp.