Home
last modified time | relevance | path

Searched refs:ThrowIfClosedOrNotOpen (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DSecuritySessionSecurityTokenProvider.cs457 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in BeginGetTokenCore()
468 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in GetTokenCore()
474 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in BeginRenewTokenCore()
485 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in RenewTokenCore()
703 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in CreateIssueRequest()
763 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in ProcessIssueResponse()
769 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in CreateRenewRequest()
784 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in ProcessRenewResponse()
799 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in ValidateKeySize()
H A DTransportSecurityProtocol.cs30 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in SecureOutgoingMessage()
81 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in BeginSecureOutgoingMessage()
178 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in VerifyIncomingMessage()
H A DMessageSecurityProtocol.cs83 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in BeginSecureOutgoingMessage()
105 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in BeginSecureOutgoingMessage()
528 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in SecureOutgoingMessage()
552 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in SecureOutgoingMessage()
590 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in VerifyIncomingMessage()
626 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in VerifyIncomingMessage()
H A DIssuanceTokenProviderBase.cs352 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in BeginGetTokenCore()
384 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in GetTokenCore()
H A DSecuritySessionSecurityTokenAuthenticator.cs764 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in ProcessRenewRequest()
877 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in ProcessIssueRequest()
H A DNegotiationTokenAuthenticator.cs427 this.CommunicationObject.ThrowIfClosedOrNotOpen(); in IssueSecurityContextToken()
H A DSecuritySessionServerSettings.cs1334 ThrowIfClosedOrNotOpen(); in RenewSessionToken()
1835 ThrowIfClosedOrNotOpen(); in SecureApplicationMessage()
3713 ThrowIfClosedOrNotOpen(); in CheckOutputOpen()
H A DSecuritySessionClientSettings.cs1607 ThrowIfClosedOrNotOpen(); in CheckOutputOpen()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DInstanceContext.cs465 this.ThrowIfClosedOrNotOpen(); in GetServiceInstance()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DCommunicationObject.cs973 internal void ThrowIfClosedOrNotOpen() in ThrowIfClosedOrNotOpen() method in System.ServiceModel.Channels.CommunicationObject