57 references to BufferType
System (57)
net\System\Net\WebSockets\WebSocketBase.cs (35)
1146
keepAliveOperation.BufferType = WebSocketProtocolComponent.
BufferType
.UnsolicitedPong;
1184
private static WebSocketProtocolComponent.
BufferType
GetBufferType(WebSocketMessageType messageType,
1198
return WebSocketProtocolComponent.
BufferType
.UTF8Message;
1201
return WebSocketProtocolComponent.
BufferType
.UTF8Fragment;
1207
return WebSocketProtocolComponent.
BufferType
.BinaryMessage;
1210
return WebSocketProtocolComponent.
BufferType
.BinaryFragment;
1214
private static WebSocketMessageType GetMessageType(WebSocketProtocolComponent.
BufferType
bufferType)
1218
case WebSocketProtocolComponent.
BufferType
.Close:
1220
case WebSocketProtocolComponent.
BufferType
.BinaryFragment:
1221
case WebSocketProtocolComponent.
BufferType
.BinaryMessage:
1223
case WebSocketProtocolComponent.
BufferType
.UTF8Fragment:
1224
case WebSocketProtocolComponent.
BufferType
.UTF8Message:
1234
WebSocketProtocolComponent.
BufferType
.Close,
1235
WebSocketProtocolComponent.
BufferType
.BinaryFragment,
1236
WebSocketProtocolComponent.
BufferType
.BinaryMessage,
1237
WebSocketProtocolComponent.
BufferType
.UTF8Fragment,
1238
WebSocketProtocolComponent.
BufferType
.UTF8Message));
1243
WebSocketProtocolComponent.
BufferType
.Close,
1244
WebSocketProtocolComponent.
BufferType
.BinaryFragment,
1245
WebSocketProtocolComponent.
BufferType
.BinaryMessage,
1246
WebSocketProtocolComponent.
BufferType
.UTF8Fragment,
1247
WebSocketProtocolComponent.
BufferType
.UTF8Message));
1252
WebSocketProtocolComponent.
BufferType
bufferType,
1634
WebSocketProtocolComponent.
BufferType
bufferType,
1662
WebSocketProtocolComponent.
BufferType
bufferType;
1793
(bufferType != WebSocketProtocolComponent.
BufferType
.PingPong &&
1794
bufferType != WebSocketProtocolComponent.
BufferType
.UnsolicitedPong))
1983
WebSocketProtocolComponent.
BufferType
bufferType,
1994
if (bufferType == WebSocketProtocolComponent.
BufferType
.PingPong)
2011
if (bufferType == WebSocketProtocolComponent.
BufferType
.Close)
2026
WebSocketProtocolComponent.
BufferType
.BinaryMessage ||
2027
bufferType == WebSocketProtocolComponent.
BufferType
.UTF8Message ||
2028
bufferType == WebSocketProtocolComponent.
BufferType
.Close;
2111
internal WebSocketProtocolComponent.
BufferType
BufferType { get; set; }
2149
BufferType = WebSocketProtocolComponent.
BufferType
.Close;
net\System\Net\WebSockets\WebSocketBuffer.cs (14)
241
WebSocketProtocolComponent.
BufferType
bufferType)
279
WebSocketProtocolComponent.
BufferType
bufferType)
376
WebSocketProtocolComponent.
BufferType
bufferType)
413
UnwrapWebSocketBuffer(buffer, WebSocketProtocolComponent.
BufferType
.Close, out bufferData, out bufferLength);
444
WebSocketProtocolComponent.
BufferType
bufferType,
525
WebSocketProtocolComponent.
BufferType
bufferType,
534
case WebSocketProtocolComponent.
BufferType
.Close:
538
case WebSocketProtocolComponent.
BufferType
.None:
539
case WebSocketProtocolComponent.
BufferType
.BinaryFragment:
540
case WebSocketProtocolComponent.
BufferType
.BinaryMessage:
541
case WebSocketProtocolComponent.
BufferType
.UTF8Fragment:
542
case WebSocketProtocolComponent.
BufferType
.UTF8Message:
543
case WebSocketProtocolComponent.
BufferType
.PingPong:
544
case WebSocketProtocolComponent.
BufferType
.UnsolicitedPong:
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (8)
302
[In]
BufferType
bufferType,
312
[In]
BufferType
bufferType,
335
[Out] out
BufferType
bufferType,
591
BufferType
bufferType,
616
BufferType
bufferType)
667
out
BufferType
bufferType,
680
bufferType =
BufferType
.None;
759
BufferType
bufferType;