C# Class TOAPI.Winsock.Winsock

ファイルを表示 Open project: Wiladams/NewTOAPIA

Private Methods

Method Description
GetAddrInfoW ( [ pNodeName, [ pServiceName, [ pHints, IntPtr &ppResult ) : int
WSACancelAsyncRequest ( [ hAsyncTaskHandle ) : int
WSACleanup ( ) : int
WSACloseEvent ( IntPtr hEvent ) : bool
WSACreateEvent ( ) : IntPtr
WSAEnumNameSpaceProvidersA ( uint &lpdwBufferLength, IntPtr lpnspBuffer ) : int
WSAEnumNameSpaceProvidersW ( uint &lpdwBufferLength, IntPtr lpnspBuffer ) : int
WSAGetLastError ( ) : int
WSAHtonl ( [ s, uint hostlong, [ lpnetlong ) : int
WSAHtons ( [ s, ushort hostshort, [ lpnetshort ) : int
WSAIoctl ( IntPtr s, int dwIoControlCode, [ lpvInBuffer, int cbInBuffer, IntPtr lpvOutBuffer, int cbOutBuffer, [ lpcbBytesReturned, [ lpOverlapped, [ lpCompletionRoutine ) : int
WSAResetEvent ( IntPtr hEvent ) : bool
WSASend ( [ s, [ lpBuffers, int dwBufferCount, [ lpNumberOfBytesSent, int dwFlags, [ lpOverlapped, [ lpCompletionRoutine ) : int
WSASendDisconnect ( IntPtr s, WSABUF &lpOutboundDisconnectData ) : int
WSASetEvent ( [ hEvent ) : bool
WSASetLastError ( [ iError ) : void
WSASocketA ( int af, int type, int protocol, IntPtr lpProtocolInfo, int g, uint dwFlags ) : IntPtr
WSASocketW ( int af, int type, int protocol, IntPtr lpProtocolInfo, int g, uint dwFlags ) : IntPtr
WSAStartup ( ushort wVersionRequested, WSAData &lpWSAData ) : int
accept ( [ s, sockaddr &addr, int &addrlen ) : uint
bind ( [ s, sockaddr &addr, int namelen ) : int
closesocket ( [ s ) : int
connect ( [ s, sockaddr &name, int namelen ) : int
getaddrinfo ( [ pNodeName, [ pServiceName, [ pHints, IntPtr &ppResult ) : int
gethostbyaddr ( [ addr, int len, int type ) : IntPtr
gethostbyname ( [ name ) : IntPtr
gethostname ( StringBuilder name, int namelen ) : int
getpeername ( IntPtr s, sockaddr &name, int &namelen ) : int
getprotobyname ( [ name ) : IntPtr
getprotobynumber ( int proto ) : IntPtr
getservbyname ( [ name, [ proto ) : IntPtr
getservbyport ( int port, [ proto ) : IntPtr
getsockname ( [ s, sockaddr &name, int &namelen ) : int
getsockopt ( [ s, int level, int optname, IntPtr optval, int &optlen ) : int
htonl ( uint hostlong ) : uint
htons ( ushort hostshort ) : ushort
inet_addr ( [ cp ) : uint
inet_ntoa ( in_addr @in ) : IntPtr
ioctlsocket ( [ s, int cmd, uint &argp ) : int
listen ( [ s, int backlog ) : int
ntohl ( uint netlong ) : uint
ntohs ( ushort netshort ) : ushort
recv ( [ s, IntPtr buf, int len, int flags ) : int
recvfrom ( [ s, IntPtr buf, int len, int flags, sockaddr &from, int &fromlen ) : int
select ( int nfds, fd_set &readfds, fd_set &writefds, fd_set &exceptfds, timeval &timeout ) : int
send ( [ s, [ buf, int len, int flags ) : int
sendto ( [ s, [ buf, int len, int flags, sockaddr &to, int tolen ) : int
setsockopt ( [ s, int level, int optname, [ optval, int optlen ) : int
shutdown ( [ s, int how ) : int
socket ( int af, int type, int protocol ) : uint