TeamFoundationSoapProxy 類別
注意:這個應用程式開發介面現在已經過時。
使用 SOAP,為 Team Foundation 物件通訊的通訊協定。
繼承階層架構
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy
命名空間: Microsoft.TeamFoundation.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
<ObsoleteAttribute("This class is obsolete")> _
Public MustInherit Class TeamFoundationSoapProxy _
Inherits SoapHttpClientProtocol
[ObsoleteAttribute("This class is obsolete")]
public abstract class TeamFoundationSoapProxy : SoapHttpClientProtocol
TeamFoundationSoapProxy 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
TeamFoundationSoapProxy() | 初始化的新執行個體。TeamFoundationSoapProxy | |
TeamFoundationSoapProxy(TfsConnection) | 初始化的新執行個體。TeamFoundationSoapProxy |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
AllowAutoRedirect | 取得或設定用戶端是否自動遵循伺服器重新導向。 (繼承自 HttpWebClientProtocol)。 | |
CanRaiseEvents | 取得值,指出元件是否能引發事件。 (繼承自 Component)。 | |
ClientCertificates | 取得用戶端憑證的集合。 (繼承自 HttpWebClientProtocol)。 | |
ConnectionGroupName | 取得或設定要求的連接群組名稱。 (繼承自 WebClientProtocol)。 | |
Container | 取得包含 Component 的 IContainer。 (繼承自 Component)。 | |
CookieContainer | 取得或設定 Cookie 的集合。 (繼承自 HttpWebClientProtocol)。 | |
Credentials | 取得或設定 XML Web Service 用戶端驗證 (Authentication) 的安全認證。 (繼承自 WebClientProtocol)。 | |
DefaultTimeout | 取得 SOAP 要求的預設逾時。 | |
DefaultUserAgent | 在所有要求取得預設使用者代理字串。 | |
DesignMode | 取得值,指出 Component 目前是否處於設計模式。 (繼承自 Component)。 | |
EnableDecompression | 取得或設定值,指出是否啟用解壓縮此HttpWebClientProtocol。 (繼承自 HttpWebClientProtocol)。 | |
Events | 取得附加在這個 Component 上的事件處理常式清單。 (繼承自 Component)。 | |
PreAuthenticate | 取得或設定是否已啟用預先驗證。 (繼承自 WebClientProtocol)。 | |
Proxy | 取得或設定 Proxy 資訊,以製作穿越防火牆的 XML Web Service 要求。 (繼承自 HttpWebClientProtocol)。 | |
RequestEncoding | Encoding ,用來建立對 XML Web Service 的用戶端要求。 (繼承自 WebClientProtocol)。 | |
Site | 取得或設定 Component 的 ISite。 (繼承自 Component)。 | |
SoapVersion | 取得或設定 SOAP 通訊協定的版本,用於對 XML Web Service 發出 SOAP 要求。 (繼承自 SoapHttpClientProtocol)。 | |
TeamFoundationServer | 已過時。(已過時) 取得或設定與這個 Proxy 的 TeamFoundationServer 物件。 | |
TfsConnection | 取得或設定與這個 Proxy 的 TfsConnection 物件。 | |
Timeout | 表示 XML Web Service 用戶端等待同步 XML Web Service 要求的回覆到達的時間 (單位為毫秒)。 (繼承自 WebClientProtocol)。 | |
UnsafeAuthenticatedConnectionSharing | 取得或設定值,指出是否在用戶端使用 NTLM 驗證連接到裝載 XML Web Service 的 Web 伺服器時啟用連線共用。 (繼承自 HttpWebClientProtocol)。 | |
Url | 取得或設定用戶端正在要求之 XML Web Service 的基礎 URL。 (繼承自 WebClientProtocol)。 | |
UseDefaultCredentials | 取得或設定值,指出是否將 Credentials 屬性設為 CredentialCache.DefaultCredentials 屬性的值。 (繼承自 WebClientProtocol)。 | |
UserAgent | 針對隨著每個要求所傳送的使用者代理標頭,取得或設定值。 (繼承自 HttpWebClientProtocol)。 |
回頁首
方法
回頁首
事件
名稱 | 說明 | |
---|---|---|
Disposed | 當此元件由 Dispose 方法的呼叫處置時發生。 (繼承自 Component)。 |
回頁首
欄位
名稱 | 說明 | |
---|---|---|
ProxyTracing | 追蹤參數控制哪些記錄–網域特定方法呼叫。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。