143 {
145 {
147 }
149 try
150 {
151 if (errorCode != 0 && errorCode != 38)
152 {
153 asyncResult.ErrorCode = (int)errorCode;
154 obj =
new HttpListenerException((
int)errorCode);
155 }
157 {
160 {
162 }
163 }
164 else
165 {
166 obj = ((asyncResult._dataChunks.Length == 1) ?
asyncResult._dataChunks[0].BufferLength : 0u);
168 {
170 {
172 }
173 }
174 }
176 {
178 }
179 }
180 catch (Exception ex)
181 {
183 }
185 }
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
static void DumpBuffer(object thisOrContextObject, byte[] buffer, int offset, int count, [CallerMemberName] string memberName=null)