Home
last modified time | relevance | path

Searched refs:ConvertSendException (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSocketConnection.cs570ConvertSendException(socketException, TimeSpan.MaxValue, this.socketSyncSendTimeout), ExceptionEve… in Shutdown()
681 …Exception ConvertSendException(SocketException socketException, TimeSpan remainingTime, TimeSpan t… in ConvertSendException() method in System.ServiceModel.Channels.SocketConnection
890ConvertSendException(socketException, TimeSpan.MaxValue, this.asyncSendTimeout), ExceptionEventTyp… in BeginWrite()
950 …this.asyncWriteException = ConvertSendException(socketException, TimeSpan.MaxValue, this.asyncSend… in OnSendAsync()
1049ConvertSendException(socketException, timeoutHelper.RemainingTime(), this.socketSyncSendTimeout), … in Write()