1 implementation of EndIssue
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1239
public Message
EndIssue
(IAsyncResult asyncResult)
2 references to EndIssue
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
134
return this.Client.
EndIssue
(iar);
1241
return Contract.
EndIssue
(asyncResult);