1 write to onGetBinaryNegotiation
System.ServiceModel (1)
System\ServiceModel\Security\RequestSecurityToken.cs (1)
247this.onGetBinaryNegotiation = value;
3 references to onGetBinaryNegotiation
System.ServiceModel (3)
System\ServiceModel\Security\RequestSecurityToken.cs (3)
239return this.onGetBinaryNegotiation; 436else if (this.negotiationData == null && this.onGetBinaryNegotiation != null) 438this.onGetBinaryNegotiation(this.GetChannelBinding());