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