C# 클래스 Aurora.Voice.Whisper.MurmurPoster

상속: Aurora.Framework.Servers.HttpServer.BaseRequestHandler
파일 보기 프로젝트 열기: aurora-sim/whisper_server

보호된 프로퍼티들

프로퍼티 타입 설명
m_registry IRegistryCore

공개 메소드들

메소드 설명
Handle ( string path, Stream requestData, Aurora.Framework.Servers.HttpServer.OSHttpRequest httpRequest, Aurora.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]
MurmurPoster ( string url, IMurmurService handler, string SessionID, IRegistryCore registry ) : System

비공개 메소드들

메소드 설명
ProcessGet ( OSDMap request ) : byte[]

메소드 상세

Handle() 공개 메소드

public Handle ( string path, Stream requestData, Aurora.Framework.Servers.HttpServer.OSHttpRequest httpRequest, Aurora.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]
path string
requestData Stream
httpRequest Aurora.Framework.Servers.HttpServer.OSHttpRequest
httpResponse Aurora.Framework.Servers.HttpServer.OSHttpResponse
리턴 byte[]

MurmurPoster() 공개 메소드

public MurmurPoster ( string url, IMurmurService handler, string SessionID, IRegistryCore registry ) : System
url string
handler IMurmurService
SessionID string
registry IRegistryCore
리턴 System

프로퍼티 상세

m_registry 보호되어 있는 프로퍼티

protected IRegistryCore m_registry
리턴 IRegistryCore