Метод | Описание | |
---|---|---|
AddLinkHeader ( this headers, ILink link ) : void | ||
AddLinkHeaders ( this headers, List |
||
ParseLinkHeader ( this link, string linkHeader, ILinkFactory linkRegistry ) : IList |
||
ParseLinkHeaders ( this responseMessage, ILinkFactory linkRegistry ) : List |
||
ParseLinkHeaders ( this headers, |
public static AddLinkHeader ( this headers, ILink link ) : void | ||
headers | this | |
link | ILink | |
Результат | void |
public static AddLinkHeaders ( this headers, List |
||
headers | this | |
links | List |
|
Результат | void |
public static ParseLinkHeader ( this link, string linkHeader, ILinkFactory linkRegistry ) : IList |
||
link | this | |
linkHeader | string | |
linkRegistry | ILinkFactory | |
Результат | IList |
public static ParseLinkHeaders ( this responseMessage, ILinkFactory linkRegistry ) : List |
||
responseMessage | this | |
linkRegistry | ILinkFactory | |
Результат | List |
public static ParseLinkHeaders ( this headers, |
||
headers | this | |
baseUri | ||
linkRegistry | ILinkFactory | |
Результат | List |