1 write to channel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1855
this.
channel
= channel;
5 references to channel
System.ServiceModel (5)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (5)
1873
while (!
channel
.isInputClosed)
1876
if (
channel
.ChannelBinder.EndTryReceive(result, out requestContext))
1881
message =
channel
.ProcessRequestContext(requestContext, timeoutHelper.RemainingTime(), this.correlationState);
1883
if (message != null ||
channel
.isInputClosed)
1894
result =
channel
.ChannelBinder.BeginTryReceive(timeoutHelper.RemainingTime(), onReceive, this);