Property IsCreated
IsCreated
Checks to see if a connection is created.
Declaration
public bool IsCreated { get; }
Property Value
Type | Description |
---|---|
bool | Whether the connection is created or not. |
Remarks
Connections are considered as created only if they've been obtained by a call to Accept() or Connect(NetworkEndPoint).