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