C# 클래스 D2L.Extensibility.AuthSdk.HostSpec

Provides a convenient way of storing and passing server connection information to the library
파일 보기 프로젝트 열기: Brightspace/valence-sdk-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
HostSpec ( string scheme, string host, int port ) : System

Constructs a HostSpec with the provided parameters

ToUriBuilder ( ) : UriBuilder

Returns a UriBuilder for the HostSpec

메소드 상세

HostSpec() 공개 메소드

Constructs a HostSpec with the provided parameters
public HostSpec ( string scheme, string host, int port ) : System
scheme string The scheme used for communicating with the server (http, https, etc.)
host string The host name of the server
port int The port to communicate with the server on
리턴 System

ToUriBuilder() 공개 메소드

Returns a UriBuilder for the HostSpec
public ToUriBuilder ( ) : UriBuilder
리턴 System.UriBuilder