SocketActivityInformation.SocketKind 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 a SocketActivityKind enumeration value that identifies socket kind.
public:
property SocketActivityKind SocketKind { SocketActivityKind get(); };
SocketActivityKind SocketKind();
public SocketActivityKind SocketKind { get; }
var socketActivityKind = socketActivityInformation.socketKind;
Public ReadOnly Property SocketKind As SocketActivityKind
Property Value
The socket kind.