От: | Pavel M. | ||
Дата: | 22.09.06 13:20 | ||
Оценка: |
PM>Gets or sets a Boolean value that indicates whether the current channel is secure.
C#
public static void RegisterChannel (
IChannel chnl,
bool ensureSecurity
)
C++
public:
static void RegisterChannel (
IChannel^ chnl,
bool ensureSecurity
)
J#
public static void RegisterChannel (
IChannel chnl,
boolean ensureSecurity
)
JScript
public static function RegisterChannel (
chnl : IChannel,
ensureSecurity : boolean
)
Parameters
chnl
The channel to register.
ensureSecurity
true ensures that security is enabled; otherwise false. Setting the value to false will not nullify the security setting done on the TCP or IPC channel.