Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
System
Runtime
Remoting
Services
RemotingClientProxy
C# Class System.Runtime.Remoting.Services.RemotingClientProxy
Inheritance:
System.ComponentModel.Component
Mostrar archivo
Open project: gbarnett/shared-source-cli-2.0
Protected Properties
Property
Type
Description
_tp
Object
_type
System.Type
_url
String
Protected Methods
Method
Description
ConfigureProxy
(
Type
type
,
String
url
) :
void
ConnectProxy
( ) :
void
Method Details
ConfigureProxy()
protected
method
protected
ConfigureProxy
(
Type
type
,
String
url
) :
void
type
System.Type
url
String
return
void
ConnectProxy()
protected
method
protected
ConnectProxy
( ) :
void
return
void
Property Details
_tp
protected_oe property
protected
Object
_tp
return
Object
_type
protected_oe property
protected
Type,System
_type
return
System.Type
_url
protected_oe property
protected
String
_url
return
String