Beispiel #1
0
 public SoapEnvelope SetResponse(ISoapEnvelopeResponse response)
 {
     this.response = response;
     return this;
 }
Beispiel #2
0
 public SoapEnvelope SetResponse(ISoapEnvelopeResponse response)
 {
     this.response = response;
     return(this);
 }