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