C# Класс System.Net.HttpListener.DisconnectAsyncResult

Наследование: IAsyncResult
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DisconnectAsyncResult Microsoft.Win32.SafeHandles
FinishOwningDisconnectHandling void
HandleDisconnect void
IOCompleted void
IOCompleted void
StartOwningDisconnectHandling bool
WaitCallback void

Приватные методы

Метод Описание
DisconnectAsyncResult ( HttpListener httpListener, ulong connectionId ) : Microsoft.Win32.SafeHandles
FinishOwningDisconnectHandling ( ) : void
HandleDisconnect ( ) : void
IOCompleted ( DisconnectAsyncResult asyncResult, uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void
IOCompleted ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void
StartOwningDisconnectHandling ( ) : bool
WaitCallback ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void