C# 클래스 Xedia.Net.Sockets.SocketHelper

Socket helper methods, most of which are included for the purpose or resolving compatibility issuers with the "Compact Framework"
파일 보기 프로젝트 열기: grodansparadis/vscp_firmware 1 사용 예제들

공개 메소드들

메소드 설명
CreateLocalEndPoint ( int port ) : IPEndPoint
SetAddressReuseFlag ( Socket socket, bool optionValue ) : void

비공개 메소드들

메소드 설명
CheckEntryPoint ( string library, string method ) : bool

Checks whether a specified method exists on the local computer.

FreeLibrary ( IntPtr hLibModule ) : int
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibrary ( string lpLibFileName ) : IntPtr
setsockopt ( [ socketHandle, [ optionLevel, [ optionName, [ optionValue, [ optionLength ) : int

메소드 상세

CreateLocalEndPoint() 공개 정적인 메소드

public static CreateLocalEndPoint ( int port ) : IPEndPoint
port int
리턴 System.Net.IPEndPoint

SetAddressReuseFlag() 공개 정적인 메소드

public static SetAddressReuseFlag ( Socket socket, bool optionValue ) : void
socket Socket
optionValue bool
리턴 void