PlayOn Plugin API

InternetRequest.Post(String, Byte) Method

[This is preliminary documentation and subject to change.]

Posts the given data to a URL.

public static InternetResponse Post(
   string url,
   byte[] data
);

See Also

InternetRequest Class | MediaMallTechnologies.PlayOn.Utilities Namespace | InternetRequest.Post Overload List