Home
last modified time | relevance | path

Searched refs:asyncWritePending (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.cs65 bool asyncWritePending; field in System.ServiceModel.Channels.SocketConnection
327 if (this.asyncWritePending) in Abort()
541 if (!this.asyncWritePending) in ContinueClose()
864 Fx.Assert(!this.asyncWritePending, "Called BeginWrite twice."); in BeginWrite()
870 this.asyncWritePending = true; in BeginWrite()
923 if (!this.asyncWritePending) in EndWrite()
929 this.asyncWritePending = false; in EndWrite()
990 if (this.asyncWritePending) in AbortWrite()
995 this.asyncWritePending = false; in AbortWrite()