mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 11:01:35 +03:00
00f97e41d6
http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/01/14/windows-push-notification-server-side-helper-library.aspx http://create.msdn.com/en-us/education/catalog/article/pnhelp-wp7
18 lines
713 B
Plaintext
18 lines
713 B
Plaintext
<configuration>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="BasicHttpBinding_IPushService" maxBufferSize="2147483647"
|
|
maxReceivedMessageSize="2147483647">
|
|
<security mode="None" />
|
|
</binding>
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="http://localhost:8000/PushService/" binding="basicHttpBinding"
|
|
bindingConfiguration="BasicHttpBinding_IPushService" contract="Services.IPushService"
|
|
name="BasicHttpBinding_IPushService" />
|
|
</client>
|
|
</system.serviceModel>
|
|
</configuration>
|