15 Ağustos 2016 Pazartesi

MultipartFormDataContent Sınıfı

Constructor
Şöyle yaparız.
MultipartFormDataContent content = new MultipartFormDataContent();
Add metodu
Şöyle yaparız.
content.Add(new StringContent("config"), "...");


Hiç yorum yok:

Yorum Gönder