c# - Windows store app, Service Reference -
in windows store app have service reference looks
this xaml of wsdl: http://paste2.org/b00md3wt
and in generated referece.cs file have
...
[system.diagnostics.debuggerstepthroughattribute()] [system.codedom.compiler.generatedcodeattribute("system.servicemodel", "4.0.0.0")] public partial class wsdocusharejoinwirelessclient : system.servicemodel.clientbase<xxxservicereference.iwsdocusharejoinwireless>, xxx.servicereference.iwsdocusharejoinwireless { public wsdocusharejoinwirelessclient(system.servicemodel.channels.binding binding, system.servicemodel.endpointaddress remoteaddress) : base(binding, remoteaddress) { } ...
what want know binding parameter should used when this
private wsdocusharejoinwirelessclient client = new wsdocusharejoinwirelessclient(binding,remoteaddress); i noticed these 2 warnings
c# windows-runtime windows-store-apps service-reference
No comments:
Post a Comment