SocketPermissionAttribute.Transport Property

Definition

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, set
Public Property Transport As String

Property 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.

Applies to