C# 클래스 LtiLibrary.Core.Extensions.NameValueCollectionExtensions

파일 보기 프로젝트 열기: andyfmiller/LtiLibrary

공개 메소드들

메소드 설명
AddParameter ( this parameters, string name, DocumentTarget value ) : void
AddParameter ( this parameters, string name, IList values ) : void
AddParameter ( this parameters, string name, System.Int64 value ) : void
AddParameter ( this parameters, string name, LisContextType value ) : void
AddParameter ( this parameters, string name, int value ) : void
AddParameter ( this parameters, string name, string value ) : void
ToNormalizedString ( this collection ) : string

Return a normalized string of parameters suitable for OAuth 1.0 signature base string as defined by https://tools.ietf.org/html/rfc5849#section-3.4.1.3.2

메소드 상세

AddParameter() 공개 정적인 메소드

public static AddParameter ( this parameters, string name, DocumentTarget value ) : void
parameters this
name string
value DocumentTarget
리턴 void

AddParameter() 공개 정적인 메소드

public static AddParameter ( this parameters, string name, IList values ) : void
parameters this
name string
values IList
리턴 void

AddParameter() 공개 정적인 메소드

public static AddParameter ( this parameters, string name, System.Int64 value ) : void
parameters this
name string
value System.Int64
리턴 void

AddParameter() 공개 정적인 메소드

public static AddParameter ( this parameters, string name, LisContextType value ) : void
parameters this
name string
value LisContextType
리턴 void

AddParameter() 공개 정적인 메소드

public static AddParameter ( this parameters, string name, int value ) : void
parameters this
name string
value int
리턴 void

AddParameter() 공개 정적인 메소드

public static AddParameter ( this parameters, string name, string value ) : void
parameters this
name string
value string
리턴 void

ToNormalizedString() 공개 정적인 메소드

Return a normalized string of parameters suitable for OAuth 1.0 signature base string as defined by https://tools.ietf.org/html/rfc5849#section-3.4.1.3.2
public static ToNormalizedString ( this collection ) : string
collection this The list of name/value pairs to normalize.
리턴 string