2 writes to valueTypeUri
System.ServiceModel (2)
System\ServiceModel\Security\BinaryNegotiation.cs (2)
29this.valueTypeUri = valueTypeUri; 46this.valueTypeUri = valueTypeDictionaryString.Value;
4 references to valueTypeUri
System.ServiceModel (4)
System\ServiceModel\Security\BinaryNegotiation.cs (4)
52if (this.valueTypeUri != valueTypeUriDictionaryString.Value) 54throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SR.GetString(SR.IncorrectBinaryNegotiationValueType, this.valueTypeUri))); 66writer.WriteString(valueTypeUri); 79return this.valueTypeUri;