Home
last modified time | relevance | path

Searched refs:asyncReadPending (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.cs58 bool asyncReadPending; field in System.ServiceModel.Channels.SocketConnection
318 if (this.asyncReadPending) in Abort()
350 if (this.asyncReadPending) in AbortRead()
355 this.asyncReadPending = false; in AbortRead()
536 if (!this.asyncReadPending) in ContinueClose()
1163 this.asyncReadPending = true; in BeginReadCore()
1362 if (!this.asyncReadPending) in EndRead()
1368 this.asyncReadPending = false; in EndRead()