2 overrides of GetCommunicationObjectType
System.ServiceModel (1)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
26
protected override Type
GetCommunicationObjectType
()
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelListener.cs (1)
251
protected override Type
GetCommunicationObjectType
()
15 references to GetCommunicationObjectType
System.ServiceModel (15)
System\ServiceModel\Channels\CommunicationObject.cs (15)
140
TraceUtility.TraceEvent(TraceEventType.Warning, TraceCode.CommunicationObjectAbortFailed, SR.GetString(SR.TraceCodeCommunicationObjectAbortFailed, this.
GetCommunicationObjectType
().ToString()), this);
203
TraceUtility.TraceEvent(TraceEventType.Warning, TraceCode.CommunicationObjectCloseFailed, SR.GetString(SR.TraceCodeCommunicationObjectCloseFailed, this.
GetCommunicationObjectType
().ToString()), this);
255
TraceUtility.TraceEvent(TraceEventType.Warning, TraceCode.CommunicationObjectOpenFailed, SR.GetString(SR.TraceCodeCommunicationObjectOpenFailed, this.
GetCommunicationObjectType
().ToString()), this);
328
TraceUtility.TraceEvent(TraceEventType.Warning, TraceCode.CommunicationObjectCloseFailed, SR.GetString(SR.TraceCodeCommunicationObjectCloseFailed, this.
GetCommunicationObjectType
().ToString()), this);
349
return new InvalidOperationException(SR.GetString(SR.CommunicationObjectCannotBeUsed, this.
GetCommunicationObjectType
().ToString(), this.state.ToString()));
354
return new InvalidOperationException(SR.GetString(SR.CommunicationObjectCannotBeModifiedInState, this.
GetCommunicationObjectType
().ToString(), this.state.ToString()));
359
return new InvalidOperationException(SR.GetString(SR.CommunicationObjectBaseClassMethodNotCalled, this.
GetCommunicationObjectType
().ToString(), method));
374
return new ObjectDisposedException(this.
GetCommunicationObjectType
().ToString());
385
string message = SR.GetString(SR.CommunicationObjectFaulted1, this.
GetCommunicationObjectType
().ToString());
396
return new CommunicationObjectAbortedException(SR.GetString(SR.CommunicationObjectAborted1, this.
GetCommunicationObjectType
().ToString()));
549
return new CommunicationException(SR.GetString(SR.CommunicationObjectCloseInterrupted1, this.
GetCommunicationObjectType
().ToString()));
605
TraceUtility.TraceEvent(TraceEventType.Warning, TraceCode.CommunicationObjectOpenFailed, SR.GetString(SR.TraceCodeCommunicationObjectOpenFailed, this.
GetCommunicationObjectType
().ToString()), this);
691
TraceUtility.TraceEvent(TraceEventType.Warning, TraceCode.CommunicationObjectFaulted, SR.GetString(SR.TraceCodeCommunicationObjectFaulted, this.
GetCommunicationObjectType
().ToString()), this);
1134
SR.GetString(SR.TraceCodeCommunicationObjectOpenFailed, this.communicationObject.
GetCommunicationObjectType
().ToString()),
1208
SR.GetString(SR.TraceCodeCommunicationObjectCloseFailed, this.communicationObject.
GetCommunicationObjectType
().ToString()),