26 references to Dump
System (26)
net\System\Net\_ConnectStream.cs (6)
672
Logging.
Dump
(Logging.Web, this, "ResubmitWrite", null, 0, 0);
675
Logging.
Dump
(Logging.Web, this, "ResubmitWrite", bufferOffsetSize.Buffer, bufferOffsetSize.Offset, bufferOffsetSize.Size);
822
if(Logging.On) Logging.
Dump
(Logging.Web, this, "Write", buffer, offset, size);
883
if (Logging.On) Logging.
Dump
(Logging.Web, this, "BeginWrite", buffer, offset, size);
1440
if(Logging.On && bytesRead>0)Logging.
Dump
(Logging.Web, this, "Read", buffer, offset, bytesRead);
1877
if(Logging.On)Logging.
Dump
(Logging.Web, thisConnectStream, "ReadCallback", castedAsyncResult.Buffer, castedAsyncResult.Offset, Math.Min(castedAsyncResult.Size, bytesTransferred));
net\System\Net\_ListenerRequestStream.cs (1)
172
if(Logging.On)Logging.
Dump
(Logging.HttpListener, this, "Read", buffer, offset, (int)dataRead);
net\System\Net\_ListenerResponseStream.cs (1)
228
if(Logging.On)Logging.
Dump
(Logging.HttpListener, this, "Write", buffer, offset, (int)dataToWrite);
net\System\Net\Logging.cs (1)
573
Dump
(traceSource, obj, method, buffer, 0, length);
net\System\Net\Sockets\Socket.cs (7)
1588
if(s_LoggingEnabled)Logging.
Dump
(Logging.Sockets, this, "Send", buffer, offset, size);
1689
if(s_LoggingEnabled)Logging.
Dump
(Logging.Sockets, this, "SendTo", buffer, offset, size);
1820
if(s_LoggingEnabled)Logging.
Dump
(Logging.Sockets, this, "Receive", buffer, offset, bytesTransferred);
2154
if(s_LoggingEnabled)Logging.
Dump
(Logging.Sockets, this, "ReceiveFrom", buffer, offset, size);
9677
Logging.
Dump
(Logging.Sockets, m_CurrentSocket, "FinishOperation(" + m_CompletedOperation + "Async)", m_AcceptBuffer, 0, size);
9680
Logging.
Dump
(Logging.Sockets, m_CurrentSocket, "FinishOperation(" + m_CompletedOperation + "Async)", m_Buffer, m_Offset, size);
9699
Logging.
Dump
(Logging.Sockets, m_CurrentSocket, "FinishOperation(" + m_CompletedOperation + "Async)Buffer", spe.m_Buffer, spe.m_Offset, Math.Min(spe.m_Count, size));
net\System\Net\WebSockets\WebSocketBase.cs (3)
247
Logging.
Dump
(Logging.WebSockets,
364
Logging.
Dump
(Logging.WebSockets,
924
Logging.
Dump
(Logging.WebSockets,
net\System\Net\WebSockets\WebSocketConnectionStream.cs (5)
133
Logging.
Dump
(Logging.WebSockets, this, Methods.CloseNetworkConnectionAsync, buffer, 0, bytesRead);
220
Logging.
Dump
(Logging.WebSockets, this, Methods.ReadAsync, buffer, offset, bytesRead);
266
Logging.
Dump
(Logging.WebSockets, this, Methods.WriteAsync, buffer, offset, count);
337
Logging.
Dump
(Logging.WebSockets, this, Methods.MultipleWriteAsync, buffer.Array, buffer.Offset, buffer.Count);
433
Logging.
Dump
(Logging.WebSockets, this, "ConsumeConnectStreamBuffer", buffer, 0, count);
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (2)
1231
Logging.
Dump
(Logging.WebSockets, m_CurrentStream,
1242
Logging.
Dump
(Logging.WebSockets, this, Methods.WriteAsyncFast, buffer.Array, buffer.Offset, buffer.Count);