IServerMessageConfiguration

Overview

The IServerMessageConfiguration interface is used by the Remoting SDK Server Configuration System to represent requested server message(s) configuration. There is no need to implement this interface in the user code unless the server configuration should be loaded from other source (f.e. database) or in different format than are used by default.

Location


Properties


BsonWrapResult

 

property BsonWrapResult: Boolean read write;

 

Boolean BsonWrapResult { get; set; }

 

Property BsonWrapResult() As Boolean

JsonWrapResult

 

property JsonWrapResult: Boolean read write;

 

Boolean JsonWrapResult { get; set; }

 

Property JsonWrapResult() As Boolean

MaxMessageSize

Gets or sets the maximum message size to be received.

 

property MaxMessageSize: Int32 read write;

 

Int32 MaxMessageSize { get; set; }

 

Property MaxMessageSize() As Int32

MessageType

 

property MessageType: ServerMessageType read write;

 

ServerMessageType MessageType { get; set; }

 

Property MessageType() As ServerMessageType

SoapMode

 

property SoapMode: SoapMode read write;

 

SoapMode SoapMode { get; set; }

 

Property SoapMode() As SoapMode