C# Class Segment.Request.BlockingRequestHandler

Inheritance: IRequestHandler
Mostra file Open project: segmentio/Analytics.NET Class Usage Examples

Public Methods

Method Description
MakeRequest ( Segment.Model.Batch batch ) : void

Private Methods

Method Description
BasicAuthHeader ( string user, string pass ) : string
BlockingRequestHandler ( Client client, System.TimeSpan timeout ) : System
Fail ( Segment.Model.Batch batch, System e, long duration ) : void
ParseException ( WebException e ) : Exception
ReadResponse ( WebResponse response ) : string
Succeed ( Segment.Model.Batch batch, long duration ) : void

Method Details

MakeRequest() public method

public MakeRequest ( Segment.Model.Batch batch ) : void
batch Segment.Model.Batch
return void