C# Class System.Runtime.Remoting.Services.RemotingClientProxy

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Protected Properties

Свойство Type Description
_tp Object
_type System.Type
_url String

Méthodes protégées

Méthode Description
ConfigureProxy ( Type type, String url ) : void
ConnectProxy ( ) : void

Method Details

ConfigureProxy() protected méthode

protected ConfigureProxy ( Type type, String url ) : void
type System.Type
url String
Résultat void

ConnectProxy() protected méthode

protected ConnectProxy ( ) : void
Résultat void

Property Details

_tp protected_oe property

protected Object _tp
Résultat Object

_type protected_oe property

protected Type,System _type
Résultat System.Type

_url protected_oe property

protected String _url
Résultat String