C# 클래스 DotNetXri.Client.Xml.ProxyResolutionService

상속: Service
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
ProxyResolutionService ( Uri proxies ) : System
ProxyResolutionService ( Uri proxies, string providerId ) : System
ProxyResolutionService ( Uri proxies, string providerId, TrustType trustType ) : System
ProxyResolutionService ( Uri proxies, string providerID, TrustType trustType, bool refs, bool sep ) : System
isInstance ( Service service ) : bool

메소드 상세

ProxyResolutionService() 공개 메소드

public ProxyResolutionService ( Uri proxies ) : System
proxies System.Uri
리턴 System

ProxyResolutionService() 공개 메소드

public ProxyResolutionService ( Uri proxies, string providerId ) : System
proxies System.Uri
providerId string
리턴 System

ProxyResolutionService() 공개 메소드

public ProxyResolutionService ( Uri proxies, string providerId, TrustType trustType ) : System
proxies System.Uri
providerId string
trustType DotNetXri.Client.Resolve.TrustType
리턴 System

ProxyResolutionService() 공개 메소드

public ProxyResolutionService ( Uri proxies, string providerID, TrustType trustType, bool refs, bool sep ) : System
proxies System.Uri
providerID string
trustType DotNetXri.Client.Resolve.TrustType
refs bool
sep bool
리턴 System

isInstance() 공개 정적인 메소드

public static isInstance ( Service service ) : bool
service Service
리턴 bool