C# Class Loggly.HttpMessageTransport

Inheritance: Loggly.Transports.TransportBase, IMessageTransport
显示文件 Open project: neutmute/loggly-csharp

Protected Properties

Property Type Description
HttpClient System.Net.Http.HttpClient

Private Properties

Property Type Description
GetResponseBodyAsync Task
HttpMessageTransport System.Collections.Generic
HttpMessageTransport System.Collections.Generic
PostUsingHttpClient Task

Public Methods

Method Description
Send ( IEnumerable messages ) : Task

Protected Methods

Method Description
GetRenderedTags ( List customTags ) : string

Private Methods

Method Description
GetResponseBodyAsync ( HttpResponseMessage response ) : Task
HttpMessageTransport ( ) : System.Collections.Generic
HttpMessageTransport ( HttpMessageHandler messageHandler ) : System.Collections.Generic
PostUsingHttpClient ( List messages ) : Task

Method Details

GetRenderedTags() protected method

protected GetRenderedTags ( List customTags ) : string
customTags List
return string

Send() public method

public Send ( IEnumerable messages ) : Task
messages IEnumerable
return Task

Property Details

HttpClient protected_oe property

protected HttpClient,System.Net.Http HttpClient
return System.Net.Http.HttpClient