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