173 DisplayName =
"Outgoing Connections Established"
180 DisplayName =
"Incoming Connections Established"
187 DisplayName =
"Bytes Received"
194 DisplayName =
"Bytes Sent"
201 DisplayName =
"Datagrams Received"
208 DisplayName =
"Datagrams Sent"
unsafe void WriteEvent(int eventId)
virtual SocketAddress Serialize()
override string ToString()
void AcceptStart(string address)
long _outgoingConnectionsEstablished
PollingCounter _datagramsSentCounter
PollingCounter _datagramsReceivedCounter
void AfterConnect(SocketError error, string exceptionMessage=null)
PollingCounter _bytesSentCounter
PollingCounter _outgoingConnectionsEstablishedCounter
void AcceptFailed(SocketError error, string exceptionMessage)
void ConnectStart(System.Net.Internals.SocketAddress address)
PollingCounter _incomingConnectionsEstablishedCounter
void ConnectFailed(SocketError error, string exceptionMessage)
void AcceptStart(EndPoint address)
void ConnectStart(string address)
void BytesReceived(int count)
long _incomingConnectionsEstablished
void AfterAccept(SocketError error, string exceptionMessage=null)
static readonly SocketsTelemetry Log
void AcceptStart(System.Net.Internals.SocketAddress address)
PollingCounter _bytesReceivedCounter
void BytesSent(int count)
override void OnEventCommand(EventCommandEventArgs command)
static long Read(ref long location)
static int Add(ref int location1, int value)
static int Increment(ref int location)