1 write to _channelBinder
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
27
_channelBinder
= channelBinder;
20 references to _channelBinder
dotnet-svcutil-lib (20)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (20)
33
get { return
_channelBinder
.Channel; }
38
get { return
_channelBinder
.HasSession; }
43
get { return
_channelBinder
.ListenUri; }
48
get { return
_channelBinder
.LocalAddress; }
53
get { return
_channelBinder
.RemoteAddress; }
59
_channelBinder
.Abort();
65
_channelBinder
.CloseAfterFault(timeout);
99
IAsyncResult result =
_channelBinder
.BeginTryReceive(timeout, s_tryReceiveCallback, this);
127
return
_channelBinder
.CreateRequestContext(message);
132
_channelBinder
.Send(message, timeout);
137
return
_channelBinder
.BeginSend(message, timeout, callback, state);
142
_channelBinder
.EndSend(result);
147
return
_channelBinder
.Request(message, timeout);
152
return
_channelBinder
.BeginRequest(message, timeout, callback, state);
157
return
_channelBinder
.EndRequest(result);
162
return
_channelBinder
.WaitForMessage(timeout);
167
return
_channelBinder
.BeginWaitForMessage(timeout, callback, state);
172
return
_channelBinder
.EndWaitForMessage(result);
193
if (binder.
_channelBinder
.TryReceive(TimeSpan.MaxValue, out requestContext))
235
if (binder.
_channelBinder
.EndTryReceive(result, out requestContext))