1 override of Abort
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
159protected 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)
85thisPtr.Abort(4, // TraceEventType.Warning 100Abort(traceEventType, timeoutErrorString, transferOperation); 105Abort(traceEventType, null, TransferOperation.Undefined);