Advertisement
jurgemaister

Untitled

May 16th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. public ConsultantContext(Uri uri, Format format)
  2. {
  3.     restContext = new RestContext<ADConsultants>(GetRestClient(uri, format), GetSerializerFactory(format));
  4.     restContext.Response.Charset = Encoding.UTF8.WebName;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement