1 override of GetCommunicationObjectType
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
25protected override Type GetCommunicationObjectType()
7 references to GetCommunicationObjectType
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\CommunicationObject.cs (7)
334return new InvalidOperationException(SRP.Format(SRP.CommunicationObjectCannotBeUsed, GetCommunicationObjectType().ToString(), _state.ToString())); 339return new InvalidOperationException(SRP.Format(SRP.CommunicationObjectCannotBeModifiedInState, GetCommunicationObjectType().ToString(), _state.ToString())); 344return new InvalidOperationException(SRP.Format(SRP.CommunicationObjectBaseClassMethodNotCalled, GetCommunicationObjectType().ToString(), method)); 355return new ObjectDisposedException(GetCommunicationObjectType().ToString()); 361string message = SRP.Format(SRP.CommunicationObjectFaulted1, GetCommunicationObjectType().ToString()); 367return new CommunicationObjectAbortedException(SRP.Format(SRP.CommunicationObjectAborted1, GetCommunicationObjectType().ToString())); 480return new CommunicationException(SRP.Format(SRP.CommunicationObjectCloseInterrupted1, GetCommunicationObjectType().ToString()));