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