1 write to properties
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
528this.properties = requestMessage == null? null : new ReadOnlyDictionary<string, object>(requestMessage.Properties);
1 reference to properties
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
935this.properties);