Base:
3 references to GetCommunicationObjectType
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (3)
149return new InvalidOperationException(SR.Format(SR.CommunicationObjectCannotBeUsed, GetCommunicationObjectType().ToString(), State.ToString())); 154return new ObjectDisposedException(GetCommunicationObjectType().ToString()); 159string message = SR.Format(SR.CommunicationObjectFaulted1, GetCommunicationObjectType().ToString());