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