C# 클래스 pcap.Tcp_packets_holder

파일 보기 프로젝트 열기: ren85/catcher

공개 프로퍼티들

프로퍼티 타입 설명
Packets List
Pairs ListOfPairs
Working_copy List
_lock object

공개 메소드들

메소드 설명
StartWorking ( ) : void
StopWorking ( ) : void
WorkOnPackets ( ) : void

메소드 상세

StartWorking() 공개 정적인 메소드

public static StartWorking ( ) : void
리턴 void

StopWorking() 공개 정적인 메소드

public static StopWorking ( ) : void
리턴 void

WorkOnPackets() 공개 정적인 메소드

public static WorkOnPackets ( ) : void
리턴 void

프로퍼티 상세

Packets 공개적으로 정적으로 프로퍼티

public static List Packets
리턴 List

Pairs 공개적으로 정적으로 프로퍼티

public static ListOfPairs Pairs
리턴 ListOfPairs

Working_copy 공개적으로 정적으로 프로퍼티

public static List Working_copy
리턴 List

_lock 공개적으로 정적으로 프로퍼티

public static object _lock
리턴 object