Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DHttpChannelFactory.cs1388 static Action<object> onSendTimeout; field in System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest
1424 if (onSendTimeout == null)
1426 onSendTimeout = new Action<object>(OnSendTimeout);
1429 this.sendTimer = new IOThreadTimer(onSendTimeout, this, false);
H A DSocketConnection.cs70 static Action<object> onSendTimeout; field in System.ServiceModel.Channels.SocketConnection
186 if (onSendTimeout == null)
188 onSendTimeout = new Action<object>(OnSendTimeout);
191 this.sendTimer = new IOThreadTimer(onSendTimeout, this, false);