C# 클래스 Library.Net.I2p.SamBase

파일 보기 프로젝트 열기: Alliance-Network/Library

공개 메소드들

메소드 설명
GetSocket ( ) : Socket
Handshake ( ) : void
NamingLookup ( string name ) : string
SamBase ( Socket socket ) : System
SessionCreate ( string sessionId, string caption ) : string
StreamAccept ( string sessionId ) : string
StreamConnect ( string sessionId, string destination ) : void

비공개 메소드들

메소드 설명
Receive ( ) : SamCommand
Send ( SamCommand samCommand ) : void

메소드 상세

GetSocket() 공개 메소드

public GetSocket ( ) : Socket
리턴 System.Net.Sockets.Socket

Handshake() 공개 메소드

public Handshake ( ) : void
리턴 void

NamingLookup() 공개 메소드

public NamingLookup ( string name ) : string
name string
리턴 string

SamBase() 공개 메소드

public SamBase ( Socket socket ) : System
socket System.Net.Sockets.Socket
리턴 System

SessionCreate() 공개 메소드

public SessionCreate ( string sessionId, string caption ) : string
sessionId string
caption string
리턴 string

StreamAccept() 공개 메소드

public StreamAccept ( string sessionId ) : string
sessionId string
리턴 string

StreamConnect() 공개 메소드

public StreamConnect ( string sessionId, string destination ) : void
sessionId string
destination string
리턴 void