1 override of GetCommunicationObjectType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
27
protected override Type
GetCommunicationObjectType
()
6 references to GetCommunicationObjectType
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (6)
221
return new InvalidOperationException(string.Format(SRServiceModel.CommunicationObjectCannotBeUsed, this.
GetCommunicationObjectType
().ToString(), _state.ToString()));
226
return new InvalidOperationException(string.Format(SRServiceModel.CommunicationObjectCannotBeModifiedInState, this.
GetCommunicationObjectType
().ToString(), _state.ToString()));
231
return new InvalidOperationException(string.Format(SRServiceModel.CommunicationObjectBaseClassMethodNotCalled, this.
GetCommunicationObjectType
().ToString(), method));
242
return new ObjectDisposedException(this.
GetCommunicationObjectType
().ToString());
248
string message = string.Format(SRServiceModel.CommunicationObjectFaulted1, this.
GetCommunicationObjectType
().ToString());
254
return new CommunicationObjectAbortedException(string.Format(SRServiceModel.CommunicationObjectAborted1, this.
GetCommunicationObjectType
().ToString()));