RemotingClientProxy 類別

定義

Soapsuds 工具所產生的知名物件之 proxy 的抽象基類 (Soapsuds.exe)

public ref class RemotingClientProxy abstract : System::ComponentModel::Component
public abstract class RemotingClientProxy : System.ComponentModel.Component
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class RemotingClientProxy : System.ComponentModel.Component
type RemotingClientProxy = class
    inherit Component
[<System.Runtime.InteropServices.ComVisible(true)>]
type RemotingClientProxy = class
    inherit Component
Public MustInherit Class RemotingClientProxy
Inherits Component
繼承
RemotingClientProxy
屬性

備註

RemotingClientProxy 提供 Soapsuds 所產生之 proxy 的存取權,該 proxy 指向已知物件 (XML Web Service) 。

建構函式

RemotingClientProxy()

建立 RemotingClientProxy 的執行個體。

欄位

_tp

位於遠端用戶端 Proxy 物件之內的透明 Proxy。

_type

表示目前 Proxy 所表示之物件的型別。

_url

表示目前 Proxy 所表示之物件的 URL。

屬性

AllowAutoRedirect

取得或設定值,指出是否啟用伺服器重新導向的自動處理。

CanRaiseEvents

取得值,指出元件是否能引發事件。

(繼承來源 Component)
Container

取得包含 IContainerComponent

(繼承來源 Component)
Cookies

這個屬性目前尚未實作。 此屬性傳回 null (在 Visual Basic 中為 Nothing)。

DesignMode

取得值,指出 Component 目前是否處於設計模式。

(繼承來源 Component)
Domain

取得或設定要用於基本驗證 (Authentication) 和摘要驗證的網域名稱。

EnableCookies

這個屬性目前尚未實作。 這個屬性會擲回 NotSupportedException

Events

取得附加在這個 Component 上的事件處理常式清單。

(繼承來源 Component)
Password

取得或設定要用於基本驗證和摘要驗證的密碼。

Path

取得或設定要用於要求的伺服器的基礎 URL。

PreAuthenticate

取得或設定值,指出是否啟用要求的預先驗證。

ProxyName

取得或設定要用於要求的 Proxy 伺服器的名稱。

ProxyPort

取得或設定要用於要求的 Proxy 伺服器的連接埠編號。

Site

取得或設定 ComponentISite

(繼承來源 Component)
Timeout

取得或設定要用於同步呼叫 (Synchronous Call) 的逾時 (以毫秒為單位)。

Url

取得或設定要用於要求的伺服器的基礎 URL。

UserAgent

取得或設定要用於要求的使用者代理 HTTP 標頭。

Username

取得或設定要傳送給基本驗證和摘要驗證的使用者名稱。

方法

ConfigureProxy(Type, String)

內部。 如果通道尚未載入,且正在建立 Proxy,則透過載入通道自動設定 Proxy。

ConnectProxy()

內部。 將 Proxy 連接到 Url 屬性所指定的遠端通道。

CreateObjRef(Type)

建立包含所有相關資訊的物件,這些資訊是產生用來與遠端物件通訊的所需 Proxy。

(繼承來源 MarshalByRefObject)
Dispose()

釋放 Component 所使用的所有資源。

(繼承來源 Component)
Dispose(Boolean)

釋放 Component 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

(繼承來源 Component)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetLifetimeService()
已過時。

擷取控制這個執行個體存留期 (Lifetime) 原則的目前存留期服務物件。

(繼承來源 MarshalByRefObject)
GetService(Type)

傳回表示 Component 或其 Container 所提供之服務的物件。

(繼承來源 Component)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
InitializeLifetimeService()
已過時。

取得存留期服務物件,以控制這個執行個體的存留期原則。

(繼承來源 MarshalByRefObject)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
MemberwiseClone(Boolean)

建立目前 MarshalByRefObject 物件的淺層複本。

(繼承來源 MarshalByRefObject)
ToString()

傳回任何包含 Component 名稱的 String。 不應覆寫此方法。

(繼承來源 Component)

事件

Disposed

Dispose() 方法的呼叫處置元件時,就會發生。

(繼承來源 Component)

適用於