1 write to binding
System.ServiceModel (1)
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (1)
25
this.
binding
= binding;
4 references to binding
System.ServiceModel (4)
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (4)
37
get { return this.
binding
; }
42
IAsyncResult result = this.
binding
.BeginSecureOutgoingMessage(message, timeoutHelper.RemainingTime(), correlationState, sharedCallback, this);
45
this.
binding
.EndSecureOutgoingMessage(result, out message, out newCorrelationState);
110
self.
binding
.EndSecureOutgoingMessage(result, out message, out self.newCorrelationState);