1 write to outgoingMessageType
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
1072
this.
outgoingMessageType
= outgoingMessageType;
4 references to outgoingMessageType
System.ServiceModel (4)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (4)
1319
Task task = this.webSocket.SendAsync(new ArraySegment<byte>(buffer, offset, count), this.
outgoingMessageType
, false, CancellationToken.None);
1349
Task task = this.webSocket.SendAsync(new ArraySegment<byte>(buffer, offset, count), this.
outgoingMessageType
, false, cancellationTokenSource.Token).ContinueWith(t =>
1381
Task task = this.webSocket.SendAsync(new ArraySegment<byte>(EmptyArray<byte>.Instance, 0, 0), this.
outgoingMessageType
, true, CancellationToken.None);
1405
Task task = this.webSocket.SendAsync(new ArraySegment<byte>(EmptyArray<byte>.Instance, 0, 0), this.
outgoingMessageType
, true, cancellationTokenSource.Token);