1 write to sessionChannel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3143
this.
sessionChannel
= sessionChannel;
20 references to sessionChannel
System.ServiceModel (20)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (20)
3164
IAsyncResult result = this.
sessionChannel
.BeginSendCloseResponse(closeRequestContext, closeResponse, timeoutHelper.RemainingTime(), sendCloseResponseCallback, this);
3170
this.
sessionChannel
.EndSendCloseResponse(result);
3171
this.
sessionChannel
.inputSessionClosedHandle.Set();
3184
if (this.
sessionChannel
.State != CommunicationState.Closed)
3223
thisResult.
sessionChannel
.EndSendCloseResponse(result);
3224
thisResult.
sessionChannel
.inputSessionClosedHandle.Set();
3228
if (thisResult.
sessionChannel
.State != CommunicationState.Closed)
3268
IAsyncResult result = this.
sessionChannel
.BeginTryReceive(this.timeoutHelper.RemainingTime(), receiveCallback, this);
3273
receivedMessage = this.
sessionChannel
.EndTryReceive(result, out message);
3277
if (this.
sessionChannel
.State != CommunicationState.Closed)
3315
receivedMessage = thisResult.
sessionChannel
.EndTryReceive(result, out message);
3319
if (thisResult.
sessionChannel
.State != CommunicationState.Closed)
3368
IAsyncResult result = this.
sessionChannel
.inputSessionClosedHandle.BeginWait(this.timeoutHelper.RemainingTime(), true, waitCallback, this);
3373
this.
sessionChannel
.inputSessionClosedHandle.EndWait(result);
3378
if (this.
sessionChannel
.State != CommunicationState.Closed)
3408
thisResult.
sessionChannel
.inputSessionClosedHandle.EndWait(result);
3417
if (thisResult.
sessionChannel
.State != CommunicationState.Closed)
3449
IAsyncResult result = this.
sessionChannel
.BeginCloseCore(this.timeoutHelper.RemainingTime(), closeCoreCallback, this);
3454
this.
sessionChannel
.EndCloseCore(result);
3473
self.
sessionChannel
.EndCloseCore(result);