C# Class OakBot.Helpers.RequestExtensions

Datei anzeigen Open project: ocgineer/OakBot

Public Methods

Method Description
AddSafeParameter ( this request, string parameter, object value ) : void

Method Details

AddSafeParameter() public static method

public static AddSafeParameter ( this request, string parameter, object value ) : void
request this
parameter string
value object
return void