1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
280
this.
innerChannel
= innerChannel;
12 references to innerChannel
System.ServiceModel (12)
System\ServiceModel\Channels\OneWayChannelFactory.cs (12)
285
get { return this.
innerChannel
.RemoteAddress; }
290
get { return this.
innerChannel
.Via; }
295
this.
innerChannel
.Abort();
300
return this.
innerChannel
.BeginClose(timeout, callback, state);
305
return this.
innerChannel
.BeginOpen(timeout, callback, state);
311
return this.
innerChannel
.BeginSend(message, timeout, callback, state);
316
this.
innerChannel
.Close(timeout);
321
this.
innerChannel
.EndClose(result);
326
this.
innerChannel
.EndOpen(result);
331
this.
innerChannel
.EndSend(result);
336
this.
innerChannel
.Open(timeout);
342
this.
innerChannel
.Send(message, timeout);