C# Class Weborb.Util.ORBUtil

Summary description for ORBUtil.
ファイルを表示 Open project: Backendless/.NET-SDK

Public Methods

Method Description
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

Private Methods

Method Description
ORBUtil ( ) : System

Method Details

GetActivatorQueryStringValues() public static method

public static GetActivatorQueryStringValues ( ) : string[]
return string[]

GetConsoleHtml() public static method

public static GetConsoleHtml ( string absoluteUri, string hostAddress ) : string
absoluteUri string
hostAddress string
return string

GetMajorNETVersionOfWeborb() public static method

public static GetMajorNETVersionOfWeborb ( ) : int
return int

InvokeWeborbDisposed() public static method

public static InvokeWeborbDisposed ( ) : void
return void

IsRemotingRequest() public static method

public static IsRemotingRequest ( string contentType ) : bool
contentType string
return bool

SerializeResponse() public static method

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

currentTimeMillis() public static method

public static currentTimeMillis ( ) : long
return long