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