C# 클래스 Ultralight.Client.Transport.InMemoryTransport

상속: ITransport
파일 보기 프로젝트 열기: ernstnaezer/ultralight

공개 메소드들

메소드 설명
Close ( ) : void
Connect ( ) : void
InMemoryTransport ( StompInMemoryListener stompInMemoryListener ) : System

Initializes a new instance of the InMemoryTransport class.

Send ( string message ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

InMemoryTransport() 공개 메소드

Initializes a new instance of the InMemoryTransport class.
public InMemoryTransport ( StompInMemoryListener stompInMemoryListener ) : System
stompInMemoryListener StompInMemoryListener The in memory listener.
리턴 System

Send() 공개 메소드

public Send ( string message ) : void
message string
리턴 void