- Home /
Question by
BehnamMbagheri · Aug 14, 2020 at 10:31 AM ·
unity 5http
NetHttpBinding on unity not support
Binding b = null;
try
{
b = new NetHttpBinding(BasicHttpSecurityMode.None);
}
catch (Exception exp)
{
//if have this error here => "The method or operation is not implemented."
}
(b as NetHttpBinding).WebSocketSettings.TransportUsage = WebSocketTransportUsage.Always;
Comment
Your answer
