1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
105
this.
innerChannel
= innerChannel;
13 references to innerChannel
System.ServiceModel (13)
System\ServiceModel\Channels\OneWayChannelFactory.cs (13)
112
get { return this.
innerChannel
.RemoteAddress; }
117
get { return this.
innerChannel
.Via; }
122
this.
innerChannel
.Abort();
127
this.
innerChannel
.Open(timeout);
132
return this.
innerChannel
.BeginOpen(timeout, callback, state);
137
this.
innerChannel
.EndOpen(result);
142
this.
innerChannel
.Close(timeout);
147
return this.
innerChannel
.BeginClose(timeout, callback, state);
152
this.
innerChannel
.EndClose(result);
161
result = this.
innerChannel
.GetProperty<T>();
181
Message response = this.
innerChannel
.Request(message, timeout);
190
return this.
innerChannel
.BeginRequest(message, timeout, callback, state);
195
Message response = this.
innerChannel
.EndRequest(result);