Property IsCreated
IsCreated
Whether the connection was correctly obtained from a call to Accept() or Connect(NetworkEndpoint).
Declaration
public bool IsCreated { get; }
Property Value
Type | Description |
---|---|
bool | True if created correctly, false otherwise. |