Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | ConnectionState |
class | PeerStreamLimit |
class | StreamLimit |
Public Member Functions | |
override void | Dispose () |
Properties | |
PeerStreamLimit | LocalStreamLimit [get] |
PeerStreamLimit | RemoteStreamLimit [get] |
long? | ConnectionError [get] |
override X509Certificate | RemoteCertificate [get] |
override bool | Connected [get] |
override IPEndPoint | LocalEndPoint [get] |
override EndPoint | RemoteEndPoint [get] |
override SslApplicationProtocol | NegotiatedApplicationProtocol [get] |
Private Member Functions | |
void | CheckDisposed () |
void | DrainAcceptQueue (long outboundErrorCode, long inboundErrorCode) |
void | Dispose (bool disposing) |
~MockConnection () | |
Static Private Member Functions | |
static IPEndPoint | GetIPEndPoint (EndPoint endPoint) |
Private Attributes | |
readonly bool | _isClient |
bool | _disposed |
SslClientAuthenticationOptions | _sslClientAuthenticationOptions |
IPEndPoint | _remoteEndPoint |
IPEndPoint | _localEndPoint |
object | _syncObject = new object() |
long | _nextOutboundBidirectionalStream |
long | _nextOutboundUnidirectionalStream |
readonly int | _maxUnidirectionalStreams |
readonly int | _maxBidirectionalStreams |
ConnectionState | _state |
Definition at line 12 of file MockConnection.cs.