Click or drag to resize

EBoksClientsBaseCreateWebRequest Method

[Missing <summary> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.CreateWebRequest(System.String,System.String,System.Boolean)"]


Namespace: WorkZone.Dispatcher.EBoks
Assembly: WorkZone.Dispatcher.EBoks_24.5.0.0 (in WorkZone.Dispatcher.EBoks_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public HttpWebRequest CreateWebRequest(
	string url,
	string method,
	bool acceptXml = false
)

Parameters

url  String

[Missing <param name="url"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.CreateWebRequest(System.String,System.String,System.Boolean)"]

method  String

[Missing <param name="method"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.CreateWebRequest(System.String,System.String,System.Boolean)"]

acceptXml  Boolean  (Optional)

[Missing <param name="acceptXml"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.CreateWebRequest(System.String,System.String,System.Boolean)"]

Return Value

HttpWebRequest

[Missing <returns> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.CreateWebRequest(System.String,System.String,System.Boolean)"]

See Also