1 instantiation of WebSocketMessageProperty
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
931
WebSocketMessageProperty messageProperty = new
WebSocketMessageProperty
(
5 references to WebSocketMessageProperty
System.ServiceModel (5)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (5)
450
WebSocketMessageProperty
webSocketMessageProperty;
451
if (message.Properties.TryGetValue<
WebSocketMessageProperty
>(
WebSocketMessageProperty
.Name, out webSocketMessageProperty))
931
WebSocketMessageProperty
messageProperty = new WebSocketMessageProperty(
936
messageProperties.Add(
WebSocketMessageProperty
.Name, messageProperty);