1 write to sessionChannel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4154
this.
sessionChannel
= sessionChannel;
24 references to sessionChannel
System.ServiceModel (24)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (24)
4159
IAsyncResult result = this.
sessionChannel
.BeginCloseOutputSession(timeoutHelper.RemainingTime(), closeOutputSessionCallback, this);
4164
this.
sessionChannel
.EndCloseOutputSession(result);
4192
thisResult.
sessionChannel
.Session.EndCloseOutputSession(result);
4196
if (thisResult.
sessionChannel
.State != CommunicationState.Closed)
4232
IAsyncResult result = this.
sessionChannel
.BeginTryReceive(this.timeoutHelper.RemainingTime(), receiveCallback, this);
4237
receivedMessage = this.
sessionChannel
.EndTryReceive(result, out message);
4241
if (this.
sessionChannel
.State != CommunicationState.Closed)
4278
receivedRequest = thisResult.
sessionChannel
.EndTryReceive(result, out message);
4282
if (thisResult.
sessionChannel
.State != CommunicationState.Closed)
4332
IAsyncResult result = this.
sessionChannel
.inputSessionCloseHandle.BeginWait(this.timeoutHelper.RemainingTime(), inputSessionWaitCallback, this);
4339
this.
sessionChannel
.inputSessionCloseHandle.EndWait(result);
4349
if (this.
sessionChannel
.State != CommunicationState.Closed)
4377
thisResult.
sessionChannel
.inputSessionCloseHandle.EndWait(result);
4386
if (thisResult.
sessionChannel
.State != CommunicationState.Closed)
4420
lock (this.
sessionChannel
.ThisLock)
4422
if (!(this.
sessionChannel
.isInputClosed))
4432
IAsyncResult result = this.
sessionChannel
.outputSessionCloseHandle.BeginWait(timeoutHelper.RemainingTime(), true, outputSessionWaitCallback, this);
4437
this.
sessionChannel
.outputSessionCloseHandle.EndWait(result);
4442
if (this.
sessionChannel
.State != CommunicationState.Closed) throw;
4479
thisResult.
sessionChannel
.outputSessionCloseHandle.EndWait(result);
4484
if (thisResult.
sessionChannel
.State != CommunicationState.Closed)
4521
IAsyncResult result = this.
sessionChannel
.BeginCloseCore(this.timeoutHelper.RemainingTime(), closeCoreCallback, this);
4526
this.
sessionChannel
.EndCloseCore(result);
4545
self.
sessionChannel
.EndCloseCore(result);