C# Class Weborb.Util.ORBUtil

Summary description for ORBUtil.
Afficher le fichier Open project: Backendless/.NET-SDK

Méthodes publiques

Méthode 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

Méthode Description
ORBUtil ( ) : System

Method Details

GetActivatorQueryStringValues() public static méthode

public static GetActivatorQueryStringValues ( ) : string[]
Résultat string[]

GetConsoleHtml() public static méthode

public static GetConsoleHtml ( string absoluteUri, string hostAddress ) : string
absoluteUri string
hostAddress string
Résultat string

GetMajorNETVersionOfWeborb() public static méthode

public static GetMajorNETVersionOfWeborb ( ) : int
Résultat int

InvokeWeborbDisposed() public static méthode

public static InvokeWeborbDisposed ( ) : void
Résultat void

IsRemotingRequest() public static méthode

public static IsRemotingRequest ( string contentType ) : bool
contentType string
Résultat bool

SerializeResponse() public static méthode

public static SerializeResponse ( Weborb.Message.Request message, Stream stream ) : void
message Weborb.Message.Request
stream Stream
Résultat void

currentTimeMillis() public static méthode

public static currentTimeMillis ( ) : long
Résultat long