1 override of Abort
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
159
protected override void
Abort
(int traceEventType, string timeoutErrorString, TransferOperation transferOperation)
3 references to Abort
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (3)
85
thisPtr.
Abort
(4, // TraceEventType.Warning
100
Abort
(traceEventType, timeoutErrorString, transferOperation);
105
Abort
(traceEventType, null, TransferOperation.Undefined);