C# 클래스 Google.Api.Gax.Rest.UserAgentHelper

Common code used for building user agents in REST libraries.
파일 보기 프로젝트 열기: googleapis/gax-dotnet

공개 메소드들

메소드 설명
GetDefaultUserAgent ( Type type ) : string

Formats a user agent suitable for REST client libraries.

비공개 메소드들

메소드 설명
FormatAssemblyVersion ( System type ) : string

메소드 상세

GetDefaultUserAgent() 공개 정적인 메소드

Formats a user agent suitable for REST client libraries.
public static GetDefaultUserAgent ( Type type ) : string
type System.Type The type to extract the version number from.
리턴 string