4 references to PtrToStringAnsi
System (3)
net\System\Net\HttpListenerRequest.cs (1)
265m_RawUrl = Marshal.PtrToStringAnsi((IntPtr) memoryBlob.RequestBlob->pRawUrl, memoryBlob.RequestBlob->RawUrlLength);
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (2)
801httpHeader.Name = Marshal.PtrToStringAnsi(httpHeaderNamePtr, length); 825httpHeader.Value = Marshal.PtrToStringAnsi(httpHeaderValuePtr, (int)length);
System.Web (1)
Util\StringUtil.cs (1)
116return Marshal.PtrToStringAnsi(ip, length);