C# 클래스 Weborb.Util.ORBUtil

Summary description for ORBUtil.
파일 보기 프로젝트 열기: Backendless/.NET-SDK

공개 메소드들

메소드 설명
GetActivatorQueryStringValues ( ) : string[]
GetConsoleHtml ( string absoluteUri, string hostAddress ) : string
GetMajorNETVersionOfWeborb ( ) : int
InvokeWeborbDisposed ( ) : void
IsRemotingRequest ( string contentType ) : bool
SerializeResponse ( Weborb.Message.Request message, Stream stream ) : void
currentTimeMillis ( ) : long

비공개 메소드들

메소드 설명
ORBUtil ( ) : System

메소드 상세

GetActivatorQueryStringValues() 공개 정적인 메소드

public static GetActivatorQueryStringValues ( ) : string[]
리턴 string[]

GetConsoleHtml() 공개 정적인 메소드

public static GetConsoleHtml ( string absoluteUri, string hostAddress ) : string
absoluteUri string
hostAddress string
리턴 string

GetMajorNETVersionOfWeborb() 공개 정적인 메소드

public static GetMajorNETVersionOfWeborb ( ) : int
리턴 int

InvokeWeborbDisposed() 공개 정적인 메소드

public static InvokeWeborbDisposed ( ) : void
리턴 void

IsRemotingRequest() 공개 정적인 메소드

public static IsRemotingRequest ( string contentType ) : bool
contentType string
리턴 bool

SerializeResponse() 공개 정적인 메소드

public static SerializeResponse ( Weborb.Message.Request message, Stream stream ) : void
message Weborb.Message.Request
stream Stream
리턴 void

currentTimeMillis() 공개 정적인 메소드

public static currentTimeMillis ( ) : long
리턴 long