SocketInformation::ProtocolInformation Property

 

Gets or sets the protocol information for a Socket.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
property array<unsigned char>^ ProtocolInformation {
	array<unsigned char>^ get();
	void set(array<unsigned char>^ value);
}

Property Value

Type: array<System::Byte>^

An array of type Byte.

.NET Framework
Available since 2.0
Return to top
Show: