RemotingClientProxy 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由 Soapsuds Tool 產生之 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 提供 Soapsuds 產生的 Proxy 之常用屬性的存取權,這些 Proxy 指向 XML Web 服務) (已知物件。
建構函式
RemotingClientProxy() |
建立 RemotingClientProxy 的執行個體。 |
欄位
_tp |
位於遠端用戶端 Proxy 物件之內的透明 Proxy。 |
_type |
表示目前 Proxy 所表示之物件的型別。 |
_url |
表示目前 Proxy 所表示之物件的 URL。 |
屬性
AllowAutoRedirect |
取得或設定值,指出是否啟用伺服器重新導向的自動處理。 |
CanRaiseEvents |
取得值,指出元件是否能引發事件。 (繼承來源 Component) |
Container |
取得包含 IContainer 的 Component。 (繼承來源 Component) |
Cookies |
這個屬性目前尚未實作。 此屬性傳回 |
DesignMode |
取得值,指出 Component 目前是否處於設計模式。 (繼承來源 Component) |
Domain |
取得或設定要用於基本驗證 (Authentication) 和摘要驗證的網域名稱。 |
EnableCookies |
這個屬性目前尚未實作。 這個屬性會擲回 NotSupportedException。 |
Events |
取得附加在這個 Component 上的事件處理常式清單。 (繼承來源 Component) |
Password |
取得或設定要用於基本驗證和摘要驗證的密碼。 |
Path |
取得或設定要用於要求的伺服器的基礎 URL。 |
PreAuthenticate |
取得或設定值,指出是否啟用要求的預先驗證。 |
ProxyName |
取得或設定要用於要求的 Proxy 伺服器的名稱。 |
ProxyPort |
取得或設定要用於要求的 Proxy 伺服器的連接埠編號。 |
Site | (繼承來源 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) |