1 write to sessionChannel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
2190
this.
sessionChannel
= sessionChannel;
4 references to sessionChannel
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
2219
if (this.
sessionChannel
.channelBinder.CanSendAsynchronously)
2221
return this.
sessionChannel
.channelBinder.BeginSend(response, timeoutHelper.RemainingTime(), sendCallback, this);
2241
else if (this.
sessionChannel
.channelBinder.CanSendAsynchronously)
2243
this.
sessionChannel
.channelBinder.EndSend(result);