C# 클래스 Esri.ArcGisServer.Rest.Authentication.Token

Represents a token
파일 보기 프로젝트 열기: WSDOT-GIS/ArcGisServerRestApiWrapper 1 사용 예제들

공개 메소드들

메소드 설명
Token ( ) : System

Creates a new Token without specifying values for properties.

Token ( TokenResponse tokenResponse ) : System

Creates a new token and initializes its properties.

메소드 상세

Token() 공개 메소드

Creates a new Token without specifying values for properties.
public Token ( ) : System
리턴 System

Token() 공개 메소드

Creates a new token and initializes its properties.
public Token ( TokenResponse tokenResponse ) : System
tokenResponse TokenResponse
리턴 System