C# 클래스 Granados.SSH.SSHPacketInterceptorCollection

Collection of the ISSHPacketInterceptor.
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
Add ( ISSHPacketInterceptor interceptor ) : void

Add packet interceptor to the collection.

Do nothing if the packet interceptor already exists in the collection.

ForEach ( Action action ) : void

Call the specified action on each interceptor of the collection.

InterceptPacket ( Granados.IO.DataFragment packet ) : bool

Feed packet to the packet interceptors.

메소드 상세

Add() 공개 메소드

Add packet interceptor to the collection.
Do nothing if the packet interceptor already exists in the collection.
public Add ( ISSHPacketInterceptor interceptor ) : void
interceptor ISSHPacketInterceptor a packet interceptor
리턴 void

ForEach() 공개 메소드

Call the specified action on each interceptor of the collection.
public ForEach ( Action action ) : void
action Action
리턴 void

InterceptPacket() 공개 메소드

Feed packet to the packet interceptors.
public InterceptPacket ( Granados.IO.DataFragment packet ) : bool
packet Granados.IO.DataFragment a packet object
리턴 bool